wimlib:lzx_decompress_word_bitstream

Last commit made on 2016-07-04
Get this branch:
git clone -b lzx_decompress_word_bitstream https://git.launchpad.net/wimlib

Branch merges

Branch information

Name:
lzx_decompress_word_bitstream
Repository:
lp:wimlib

Recent commits

7e19ce1... by Eric Biggers

lzx word bitstream

590b765... by Eric Biggers

lzx_decompress.c: optimize use of extra offset bits array

fb9e32f... by Eric Biggers

Make lzx_offset_slot_base hold unadjusted offsets

bba6158... by Eric Biggers

Use subtables instead of binary trees for decoding long Huffman codewords

9fee398... by Eric Biggers

LZX decompressor cleanup

93f86ac... by Eric Biggers

v1.10.0-BETA

4169b7d... by Eric Biggers

Add program to run compression benchmarks

48c386f... by Eric Biggers

LZX compressor improvements

- Improved block splitting algorithm
- Consider gap matches
- Improved default cost initialization
- Other improvements and cleanups

144bba6... by Eric Biggers

Introduce ilog2_ceil()

32158cb... by Eric Biggers

Rename WORDSIZE to WORDBYTES and introduce WORDBITS