Re: LZ: a zipping utility


[Prev][Next][Index][Thread]

Re: LZ: a zipping utility



On Wed, 4 Sep 1996, SAM STAUFFER wrote:


> The encryption program could be made to probably a minimum of 5k. If you
> use a good compression algorithm, such as the  BWT Transformation along
> with RLE and Arithmetic compression (Which is better than Deflation,
> what ZIP uses), it was presented in the September 96 issue of Dr. Dobbs.


5k is way too much.  I have a Huffman encoding routine with a
seperate decoder that are about 12 or 14k each.  If they're only
85% as efficient, that's still way better.  Of course only
the decompressor would have to be on the calculator.


Barry


References: