wimlib:lzms_compress_huff_costs

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

Branch merges

Branch information

Name:
lzms_compress_huff_costs
Repository:
lp:wimlib

Recent commits

9487000... by Eric Biggers

early update

40aadd3... by Eric Biggers

literal

a8cbfa6... by Eric Biggers

lz offset cost tab

c6cb4f8... by Eric Biggers

1

a141cf9... by Eric Biggers

Rewrite of LZMS compressor

- Delta match support
- Multi-step item consideration in selected cases
- Various refactoring; updates to comments and names; some changes to
  decompressor as well
- Remove pthreads dependency

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

deba84c... by Eric Biggers

1.7.5-BETA3

a920762... by Eric Biggers

Move errno translation to win32_replacements.c