wimlib:lzx_edge_step32

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

Branch merges

Branch information

Name:
lzx_edge_step32
Repository:
lp:wimlib

Recent commits

bbbd1c9... by Eric Biggers

edge step

71cb95a... by Eric Biggers

lzx edge step 32

07b85a4... by Eric Biggers

lzx stop on offset 0

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