]> wimlib.net Git - wimlib/commitdiff
Faster Huffman symbol decoding
authorEric Biggers <ebiggers3@gmail.com>
Tue, 27 May 2014 21:51:24 +0000 (16:51 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Tue, 27 May 2014 21:51:24 +0000 (16:51 -0500)
When decoding a codeword short enough for a direct mapping, we can read
the codeword length at the same time we read the symbol itself.  This
speeds up Huffman decoding slightly.

This commit also updates and improves the comments for
make_huffman_decode_table().


No differences found