freebsd-ports/archivers/p5-Compress-LZF/pkg-descr
Sunpoet Po-Chuan Hsieh 5d7d644260 - Update to 3.7
- Add LICENSE
- Use single space after WWW:

Changes:	http://search.cpan.org/dist/Compress-LZF/Changes
2013-08-27 18:11:13 +00:00

8 lines
452 B
Text

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: http://search.cpan.org/dist/Compress-LZF/