mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
bc75e0386c
PR: 213735 Reported by: julian@hsiao.email Submitted by: martin@waschbuesch.de (maintainer MFH: 2017Q1
12 lines
467 B
Plaintext
12 lines
467 B
Plaintext
LZ4 is a very fast lossless compression algorithm, providing compression speed
|
|
at 400 MB/s per core, scalable with multi-cores CPU. It also features an
|
|
extremely fast decoder, with speed in multiple GB/s per core, typically
|
|
reaching RAM speed limits on multi-core systems.
|
|
|
|
A high compression derivative, called LZ4_HC, is also provided. It trades CPU
|
|
time for compression ratio.
|
|
|
|
The libraries are BSD licensed, and the binaries are GPLv2.
|
|
|
|
WWW: http://www.lz4.org/
|