68a5e7840e
Lizard (formerly LZ5) is an efficient compressor with very fast decompression. It achieves compression ratio that is comparable to zip/zlib and zstd/brotli (at low and medium compression levels) at decompression speed of 1000 MB/s and faster. WWW: https://github.com/inikep/lizard PR: 237310 Submitted by: Hiroki Tagato <tagattie@yandex.com> Approved by: miwi (mentor) Differential Revision: https://reviews.freebsd.org/D19933
6 lines
282 B
Text
6 lines
282 B
Text
Lizard (formerly LZ5) is an efficient compressor with very fast
|
|
decompression. It achieves compression ratio that is comparable to
|
|
zip/zlib and zstd/brotli (at low and medium compression levels) at
|
|
decompression speed of 1000 MB/s and faster.
|
|
|
|
WWW: https://github.com/inikep/lizard
|