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

Comparing Compress-LZF/README (file contents):
Revision 1.4 by root, Sun Aug 25 18:13:26 2013 UTC vs.
Revision 1.5 by root, Mon Jun 29 23:51:28 2015 UTC

95 Compress::LZF::set_serializer $package, $freeze, $thaw 95 Compress::LZF::set_serializer $package, $freeze, $thaw
96 Set the serialize module and functions to use. The default is 96 Set the serialize module and functions to use. The default is
97 "Storable", "Storable::net_mstore" and "Storable::mretrieve", which 97 "Storable", "Storable::net_mstore" and "Storable::mretrieve", which
98 should be fine for most purposes. 98 should be fine for most purposes.
99 99
100SUPPORT FOR THE PERL MULTICORE SPECIFICATION
101 This module supports the perl multicore specification
102 (<http://perlmulticore.schmorp.de/>) for all compression (> 2000 octets)
103 and decompression (> 4000 octets) functions.
104
100SEE ALSO 105SEE ALSO
101 Other Compress::* modules, especially Compress::LZV1 (an older, less 106 Other Compress::* modules, especially Compress::LZV1 (an older, less
102 speedy module that guarentees only 1 byte overhead worst case) and 107 speedy module that guarentees only 1 byte overhead worst case) and
103 Compress::Zlib. 108 Compress::Zlib.
104 109

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines