aboutsummaryrefslogblamecommitdiff
path: root/benchmarks/lzbench/pkg-descr
blob: 21fbc88eb3e349bc8d05fd6d767803b3afff43f2 (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                                                            
lzbench is an in-memory benchmark of open-source LZ77/LZSS/LZMA compressors.
It joins all compressors into a single executable.  At the beginning, an
input file is read to memory.  Then all compressors are used to compress
and decompress the file and decompressed file is verified.

This approach has a big advantage of using the same compiler with the same
optimizations for all compressors.  The disadvantage is that it requires
source code of each compressor (therefore Slug or lzturbo are not included).

WWW: https://github.com/inikep/lzbench