Developing packLZH, I revised the huffman coding classes for better compatibility with special cases. Here’s the packHUF update containing the new routines:
What’s new:
- revised huffman coding routines
- no external handling of special cases needed anymore
Compression-wise there are no improvements. This only does some basic huffman coding and is intended as a base for other projects rather than be used on it’s own.
Leave a Reply