Compress::Raw::Zlib provides low-Level Interface to zlib compression library.
Compress::Snappy provides an interface to Google's Snappy (de)compressor.
Snappy does not aim for maximum compression, or compatibility with any other
compression library; instead, it aims for very high speeds and reasonable
compression. For instance, compared to the fastest mode of zlib, Snappy is an
order of magnitude faster for most inputs, but the resulting compressed files
are anywhere from 20% to 100% bigger.
IO::Compress::Lzf is a perl module for reading/writing lzf files/buffer.
IO::Compress::Lzma is a perl module for reading/writing lzma files/buffer.
IO::Compress::Lzop is a perl module for reading/writing lzop files/buffer.
Mac::Macbinary provides an object-oriented way to extract various kinds
of information from Macintosh Macbinary files.
This module contains the base, bzip2, deflate, gzip, zip and zlib classes for
IO::Compress and IO::Uncompress modules and the Compress::Zlib module.
This is the IO::Zlib module package for perl5.
This modules provides an IO:: style interface to the Compress::Zlib
package. The main advantage is that you can use an IO::Zlib object
in much the same way as an IO::File object so you can have common
code that doesn't know which sort of file it is using.
POE::Filter::Bzip2 provides a POE filter for performing compression/
decompression using Compress::Bzip2. It is suitable for use with
POE::Filter::Stackable.
POE::Filter::LZF provides a POE filter for performing compression/
decompression using Compress::LZF. It is suitable for use with
POE::Filter::Stackable.