wimlib:lzma_hash

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

Branch merges

Branch information

Name:
lzma_hash
Repository:
lp:wimlib

Recent commits

c0a72a0... by Eric Biggers

lzma hash

3e8d044... by Eric Biggers

lzma hash

8bec34c... 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