mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
ad4f267b7a
search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
9 lines
452 B
Plaintext
9 lines
452 B
Plaintext
LZF is an extremely fast (not that much slower than a pure memcpy)
|
|
compression algorithm. It is ideal for applications where you want to
|
|
save some space but not at the cost of speed. It is ideal for
|
|
repetitive data as well. The module is self-contained and very small
|
|
(no large library to be pulled in). It is also free, so there should
|
|
be no problems incorporating this module into commercial programs.
|
|
|
|
WWW: https://metacpan.org/release/Compress-LZF
|