wimlib:lzms_compress_integrated_rep

Last commit made on 2015-02-08
Get this branch:
git clone -b lzms_compress_integrated_rep https://git.launchpad.net/wimlib

Branch merges

Branch information

Name:
lzms_compress_integrated_rep
Repository:
lp:wimlib

Recent commits

0ebb44d... by Eric Biggers

LZMS compression: integrated rep match consideration

4e6cd06... by Eric Biggers

LZMS compression: faster Huffman encoding

4d8067c... by Eric Biggers

LZMS compression: faster bit encoding

145d533... by Eric Biggers

LZMS compression: optimization for single literals

95cb6ca... by Eric Biggers

LZMS compression: pad optimum node size to 64 bytes

078b0b3... by Eric Biggers

LZMS compression: faster offset slot lookups

d3bf591... by Eric Biggers

LZMS compression cleanups

759a54d... by Eric Biggers

lzms_decompress.c: Adjust names in delta match decompression code

2fd8ff1... by Eric Biggers

lzms_decompress.c: Add more information about delta matches

1bfcf1e... by Eric Biggers

Suffix array based matchfinder updates

- Move LCP-interval tree matchfinder to lcpit_matchfinder.c
- Support buffer sizes > 2^25 in LCP-interval tree matchfinder
- Reduce code duplication in LCP-interval tree routines
- Remove linked suffix array matchfinder
- Remove lz_mf matchfinder API
- Update LZMS compressor to use new LCP-interval tree matchfinder routines