[REBOL] Re: Compression
From: louisaturk:eudoramail at: 27-Jun-2001 0:21
Hi Brett,
Thanks for the response.
It might be the second possibility. If I type the following at the command
prompt it works:
write/binary %data.r decompress read/binary %/a/data.r
If compress/decompress is used for every write, then performance will be
affected. I just want to compress the data so that more will fit on a
floppy disk for backup purposes. I don't want the database compressed
during ordinary usage. How do I get around this problem?
Louis
At 12:27 PM 6/27/2001 +1000, you wrote: