ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/liblzf/README
(Generate patch)

Comparing liblzf/README (file contents):
Revision 1.1 by root, Sun Jun 9 22:41:34 2002 UTC vs.
Revision 1.2 by root, Fri Jun 6 20:49:48 2003 UTC

3 compression algorithm. It is ideal for applications where you want to 3 compression algorithm. It is ideal for applications where you want to
4 save *some* space but not at the cost of speed. It is ideal for 4 save *some* space but not at the cost of speed. It is ideal for
5 repetitive data as well. The module is self-contained and very small (no 5 repetitive data as well. The module is self-contained and very small (no
6 large library to be pulled in). 6 large library to be pulled in).
7 7
8 I have no idea wether any patents in any countries apply to this 8 I do not know for certain wether any patents in any countries apply
9 algorithm, but at the moment it is believed that it is free from any 9 to this algorithm, but at the moment it is believed that it is free
10 patents. More importantly, it is also free to use in every software 10 from any patents. More importantly, it is also free to use in every
11 package (see COPYING). 11 software package (see LICENSE).
12 12
13 See the lzf.h file for details on how the functions in this 13 See the lzf.h file for details on how the functions in this
14 mini-library are to be used. 14 mini-library are to be used.
15 15
16 NOTE: This package contains a very bare-bones command-line utility 16 NOTE: This package contains a very bare-bones command-line utility

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines