--- Compress-LZF/README 2013/08/25 18:13:26 1.4 +++ Compress-LZF/README 2015/06/29 23:51:28 1.5 @@ -97,6 +97,11 @@ "Storable", "Storable::net_mstore" and "Storable::mretrieve", which should be fine for most purposes. +SUPPORT FOR THE PERL MULTICORE SPECIFICATION + This module supports the perl multicore specification + () for all compression (> 2000 octets) + and decompression (> 4000 octets) functions. + SEE ALSO Other Compress::* modules, especially Compress::LZV1 (an older, less speedy module that guarentees only 1 byte overhead worst case) and