]> wimlib.net Git - wimlib/commit
lzx_compress: increase codeword length limits
authorEric Biggers <ebiggers3@gmail.com>
Sat, 11 Jun 2016 18:28:19 +0000 (13:28 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Sat, 11 Jun 2016 19:46:17 +0000 (14:46 -0500)
commit3e63765561d83f2ca25d8a4bfd97957f5c706307
treecba5edcf202360540154b9a3a5a8481963a0c936
parent9b0fd61bf824332730e3d9dc3c69b587ef77ffba
lzx_compress: increase codeword length limits

Most significantly, do not limit main codewords to 12 bits.  This will be
slightly advantageous for outputting larger blocks.

There is a very slight performance decrease as now only 3 main codewords
can be flushed at a time on 64-bit platforms, not 4 as before.
src/lzx_compress.c