]> wimlib.net Git - wimlib/commit
LZX compressor improvements
authorEric Biggers <ebiggers3@gmail.com>
Sat, 2 Jul 2016 03:31:17 +0000 (22:31 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Sat, 2 Jul 2016 15:04:13 +0000 (10:04 -0500)
commit48c386f471f50c2e8d07f9766be2410d401297c1
tree16247d92ec364660c366249540421ece562a4ab3
parent144bba695a7a57cdd179dcfd1a916264c8bd4cde
LZX compressor improvements

- Improved block splitting algorithm
- Consider gap matches
- Improved default cost initialization
- Other improvements and cleanups
src/lzx_compress.c
tools/log2_interpolation.r [new file with mode: 0644]