Releases: inikep/lzbench
Releases · inikep/lzbench
lzbench v1.9
Changes:
- added cpuid to title screen (thanks to @tansy)
- added support for CUDA and nvcomp (thanks to @fwyzard)
- updated Snappy to 1.1.10 (thanks to @ChristianSchindler)
- updated lzlib-1.13 (thanks to @tansy)
- updated zstd to 1.5.0 (thanks to @data-man) and later to 1.5.5 (thanks to @jinfeihan57)
- updated lz4 to 1.9.3 (thanks to @jinfeihan57)
- updated fastlz to 0.5.0 (thanks to @jinfeihan57)
- updated xz to 5.2.5 (thanks to @jinfeihan57)
- updated snappy to 2020-07-11 (4dd277f) (thanks to @jinfeihan57)
- updated libdeflate to v1.6 (thanks to @jinfeihan57) and later to v1.9 (thanks to @tansy)
- updated Brotli to 1.0.9 (thanks to @data-man)
lzbench v1.8.1
Changes:
- fixed linking issues with glza (multiple definition of ###)
- update BriefLZ to 1.3.0 (thanks to @jibsen)
- update libslz to 1.2.0 (thanks to Willy Tarreau)
- update zstd to 1.4.5 (thanks to @jinfeihan57)
lzbench v1.8
Changes:
- fixed gcc-9 and clang-9 compilation issues
- default linking for Linux is dynamic and static for Windows (can be changed with
make BUILD_STATIC=0/1
) - added fast-lzma2 1.0.1
- added bzip2 1.0.8 (thanks to @tansy)
- blosclz updated to 2.0.0
- libdeflate updated to v1.3
- liblzg updated to 1.0.10
- lzlib updated to 1.11
- lzma updated to 19.00
- lzo updated to 2.10
- lzsse updated to 2019-04-18 (1847c3e827)
- snappy updated to 2019-09-30 (e9e11b84e6)
- xz updated to v5.2.4
- zling updated to 2018-10-12
lzbench v1.7.4
lzbench v1.7.3
Changes: (done by @data-man)
- brotli updated to 2017-12-12
- lz4 updated to v1.8.0
- zstd updated to v1.3.3
- added zstd compressor with long distance matcher: zstdLDM, zstd22LDM, zstd24LDM
lzbench v1.7.1
Changes:
- brotli updated to 2017-03-10
- glza updated to v0.8
- lzma updated to v16.04
lzbench v1.7
Changes:
- added lizard v1.0 (formerly lz5)
- libdeflate updated to v0.7
- lzfse and lzvn updated to 2017-03-08
- lzlib updated to v1.8
- snappy updated to v1.1.4
- xz updated to v5.2.3
- zlib updated to v1.2.11
- zstd updated to v1.1.4
lzbench v1.6
Changes:
- zstd updated to v1.1.3
- lz4 updated to v1.7.5
- lz5 updated to v2.0
- improved: touch pages in buffer allocations prior to running first algorithm (thanks to @travisdowns travisdowns)
- fixed: check if input name is a directory
- fixed: median time (the "-p3" option, thanks to @svpv)
lzbench v1.5
- added the
-r
option : operate recursively on directories - added the
-j
option : join files in memory but compress them independently (for many small files) - lz5 updated to v2.0 RC2
- lz4 updated to v1.7.3
- zstd updated to v1.1.1
- libdeflate updated to v0.6
- csc updated to 2016-10-13
- improved PowerPC support
- fixed
-m
option (thanks to Julian Kunkel)
lzbench v1.4
Changes:
- zstd updated to v1.0.0
- added libdeflate 2016-08-29 (thanks to Jørgen Ibsen)
- added the
-m
(memory_limit
) option; large files are processed in (memory_limit/4
) blocks - cleaner CSV output and added the
original size
field