Download List

Project Description

LibLZF is a very small, self-contained library that can be incorporated into applications where data compression would be nice but speed is more important. It can be used to add data compression in a painless way to any program. Likewise, a small and self-contained perl interface is available via CPAN (Compress::LZF).

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2007-11-30 16:06
3.1

The license has been changed to a two-clause BSD
license with the option
to switch to GPL version 2 or any later version.
The compression speed
has been increased considerably, and the user can
now chose between
roughly the same speed as fastlz with a better
compression ratio, or a
faster speed than fastlz at a slightly worse
compression ratio. The lzf
utility has been improved to act much more like
other similar utilities
(e.g. gzip).

2002-04-21 13:49
0.3

This release is now independent of autoconfig, and includes a few bugfixes and speed improvements.
Tags: Minor feature enhancements

Project Resources