Re: LZ: a zipping utility
[Prev][Next][Index][Thread]
-> > 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.
Oops, I said encryption, I meant Compression/Decompression.
References: