shortening my compression technique's Huffman code header.
deflate uses the following to compress length tables in its headers:
- RLE with 3 extra symbols for different runlength scales
- secondary huffman coding for RLE symbols
- optimized reordering for RLE huffman-code-length table
- type1 blocks with precomputed huffman tables
However I think that you can just as well use a good statistical
model and arithmetic coding for the headers.
If its only headers, it won't affect overall speed anyway.
--- SoupGate-Win32 v1.05
* Origin: fsxNet Usenet Gateway (21:1/5)