ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Compress-LZF/LZF.pm
(Generate patch)

Comparing Compress-LZF/LZF.pm (file contents):
Revision 1.23 by root, Mon Apr 16 20:05:33 2007 UTC vs.
Revision 1.24 by root, Wed May 9 13:10:43 2007 UTC

23LZF is an extremely fast (not that much slower than a pure memcpy) 23LZF is an extremely fast (not that much slower than a pure memcpy)
24compression algorithm. It is ideal for applications where you want to save 24compression algorithm. It is ideal for applications where you want to save
25I<some> space but not at the cost of speed. It is ideal for repetitive 25I<some> space but not at the cost of speed. It is ideal for repetitive
26data as well. The module is self-contained and very small (no large 26data as well. The module is self-contained and very small (no large
27library to be pulled in). It is also free, so there should be no problems 27library to be pulled in). It is also free, so there should be no problems
28incoporating this module into commercial programs. 28incorporating this module into commercial programs.
29 29
30I have no idea wether any patents in any countries apply to this 30I have no idea wether any patents in any countries apply to this
31algorithm, but at the moment it is believed that it is free from any 31algorithm, but at the moment it is believed that it is free from any
32patents. 32patents.
33 33

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines