mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
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
7 lines
282 B
Plaintext
7 lines
282 B
Plaintext
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
|