inikep / lzbench

lzbench is an in-memory benchmark of open-source LZ77/LZSS/LZMA compressors
885 stars 179 forks source link

slz: update libslz to 1.2.0 #63

Closed wtarreau closed 4 years ago

wtarreau commented 4 years ago

A number of performance improvements and a few bug fixes were added between 1.0 and 1.2, better update it.

Also, let's use slz_gzip instead of slz_zlib in the default tests, since it's what about everyone uses.

inikep commented 4 years ago

Thanks for update