wimlib:lzx_bt_get_matches_only

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

Branch merges

Branch information

Name:
lzx_bt_get_matches_only
Repository:
lp:wimlib

Recent commits

fb125ef... by Eric Biggers

lzx_bt_get_matches_only

ef090c5... by Eric Biggers

subtables

2872b05... by Eric Biggers

Decrease LZMS_DELTA_POWER_TABLEBITS

26a6f03... by Eric Biggers

read_huffsym optimization

b04ae04... by Eric Biggers

make_huffman_decode_table() cleanup

7b78f46... by Eric Biggers

lzx_decompress 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()