Re: LZ: a zipping utility
[Prev][Next][Index][Thread]
Re: LZ: a zipping utility
On Wed, 4 Sep 1996, barrym wrote:
> 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
Pardon me for replying to my own post, but that's just plain wrong.
Those programs (and they are programs with file handling, etc, not
just routines) are about 1.2k or 1.4k each. When I catch somebody
telling this big a fib, I just can't let it go by. :)
Barry
References: