]> wimlib.net Git - wimlib/commit
Use subtables instead of binary trees for decoding long Huffman codewords
authorEric Biggers <ebiggers3@gmail.com>
Sun, 3 Jul 2016 19:13:28 +0000 (14:13 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Mon, 4 Jul 2016 21:20:22 +0000 (16:20 -0500)
commitbba6158f9e7f07d3f3d67aa300b14140253a0e36
treec177ab313bf2337d0a4b3097d7a6e376e847768d
parent9fee398bad17a7cb1ad2780a727830c5e812b6b5
Use subtables instead of binary trees for decoding long Huffman codewords
include/wimlib/compiler.h
include/wimlib/decompress_common.h
src/decompress_common.c
src/lzms_decompress.c
src/lzx_decompress.c
src/xpress_decompress.c