wimlib:lzx_one_match_per_offset_slot

Last commit made on 2015-09-20
Get this branch:
git clone -b lzx_one_match_per_offset_slot https://git.launchpad.net/wimlib

Branch merges

Branch information

Name:
lzx_one_match_per_offset_slot
Repository:
lp:wimlib

Recent commits

e0f5ede... by Eric Biggers

bt get offset slot

1c85649... by Eric Biggers

Revert "testing"

This reverts commit 6d4ce9e54da2936e44979c8ca9e4b9042bb2f023.

6d4ce9e... by Eric Biggers

testing

2352cbc... by Eric Biggers

lzx_compress.c: adjust parameters for slightly stronger compression

dbd0356... by Eric Biggers

xpress_compress.c: adjust parameters for slightly stronger compression

dc65b33... by Eric Biggers

lzms_decompress() optimization

The four "pending" variables can be replaced with a single
'prev_item_type' variable, with adjusted logic. The new way is a little
faster.

fd82192... by Eric Biggers

lzx_common: rename to lzx_preprocess/lzx_postprocess

bf28ec8... by Eric Biggers

lzx_common: get rid of unnecessary functions

4384d1f... by Eric Biggers

bt_matchfinder: use 4-byte hashing for trees

abc9f65... by Eric Biggers

bt_matchfinder: make callers do max_len check