Search results for "compress"
Compress::LZ4 - Perl interface to the LZ4 (de)compressor
The "Compress::LZ4" module provides an interface to the LZ4 (de)compressor....
GRAY/Compress-LZ4-0.25 - 06 Apr 2017 16:38:31 UTC - Search in distribution
Compress::LZF - extremely light-weight Lempel-Ziv-Free compression
LZF is an extremely fast (not that much slower than a pure memcpy) compression algorithm. It is ideal for applications where you want to save *some* space but not at the cost of speed. It is ideal for repetitive data as well. The module is self-conta...
MLEHMANN/Compress-LZF-3.8 - 29 Jun 2015 23:51:49 UTC - Search in distribution
Compress::LZO
The *Compress::LZO* module provides a Perl interface to the *LZO* compression library (see "AUTHOR" for details about where to get *LZO*). A relevant subset of the functionality provided by *LZO* is available in *Compress::LZO*. All string parameters...
PEPL/Compress-LZO-1.09 - 03 Sep 2016 09:58:54 UTC - Search in distribution
Compress::LZW - Pure-Perl implementation of scaling LZW
"Compress::LZW" is a perl implementation of the Lempel-Ziv-Welch compression algorithm, which should no longer be patented worldwide. It is shooting for loose compatibility with the flavor of LZW found in the classic UNIX compress(1), though there ar...
MHOWARD/Compress-LZW-0.04 - 10 Feb 2015 00:28:23 UTC - Search in distribution- Compress::LZW::Compressor - Scaling LZW compressor class
- Compress::LZW::Decompressor - Scaling LZW decompressor class
Compress::BGZF - Read/write blocked GZIP (BGZF) files
"Compress::BGZF" contains a pair of modules for working with block GZIP (BGZF) files. BGZF is a specialized GZIP format that is compatible with existing GZIP tools and libraries, but which allows for fast random access at the cost of a modest increas...
VOLKENING/Compress-BGZF-0.006 - 13 Jan 2020 22:40:03 UTC - Search in distribution- Compress::BGZF::Reader - Performs blocked GZIP (BGZF) decompression
- Compress::BGZF::Writer - Performs blocked GZIP (BGZF) compression
Compress::DSRC - Perl bindings to the DSRC compression library
This module provides bindings to the DSRC compression library. It provides basic access to the DsrcModule (one-shot (de)compression) and DsrcArchive (record-by-record (de)compression) APIs....
VOLKENING/Compress-DSRC-0.003 - 18 May 2016 06:47:50 UTC - Search in distribution
Compress::LZV1 - extremely leight-weight Lev-Zimpel-Vogt compression
LZV1 is an extremely fast (not that much slower than a pure memcpy) compression algorithm. It is ideal for applications where you want to save *some* space but not at the cost of speed. It is ideal for repetitive data as well. The module is self-cont...
MLEHMANN/Compress-LZV1-0.04 - 11 May 2000 01:24:08 UTC - Search in distribution
Compress::Zstd - Perl interface to the Zstd (Zstandard) (de)compressor
The Compress::Zstd module provides an interface to the Zstd (de)compressor....
JIRO/Compress-Zstd-0.20 - 29 Sep 2019 10:27:13 UTC - Search in distribution- Compress::Zstd::Compressor - Zstd streaming compression
- Compress::Zstd::Decompressor - Zstd streaming decompression
- Compress::Zstd::CompressionContext - Zstd compression context
- 3 more results from Compress-Zstd »
Compress::Bzip2 - Interface to Bzip2 compression library
The *Compress::Bzip2* module provides a Perl interface to the bzip2 compression library (see "AUTHOR" for details about where to get *Bzip2*). A relevant subset of the functionality provided by *bzip2* is available in *Compress::Bzip2*. All string pa...
RURBAN/Compress-Bzip2-2.28 - 18 Jul 2020 06:12:25 UTC - Search in distribution
MySQL::Compress - MySQL COMPRESS() and UNCOMPRESS() compatible Perl functions
This module provides functions compatible with MySQL COMPRESS() and UNCOMPRESS(). One reason you may want to use these functions is because MySQL COMPRESS() does not offer the possibilty to specify the compression level, whereas the mysql_compress() ...
CMANLEY/MySQL-Compress-1.02 - 23 Feb 2019 03:40:25 UTC - Search in distribution
Apache::Compress - Auto-compress web files with Gzip
This module lets you send the content of an HTTP response as gzip-compressed data. Certain browsers (Netscape, IE) can request content compression via the "Accept-Encoding" header. This can speed things up if you're sending large files to your users ...
KWILLIAMS/Apache-Compress-1.005 - 17 Nov 2004 20:03:09 UTC - Search in distribution
Compress::LZF_PP - A pure-Perl LZF decompressor
This module is a pure-Perl LZF decompressor. LZF is an extremely fast (not that much slower than a pure memcpy) compression algorithm. It is implemented in XS in Compress::LZF module. This is a pure-Perl LZF decompressor. Being pure-Perl, it is about...
LBROCARD/Compress-LZF_PP-0.33 - 10 Sep 2008 19:51:46 UTC - Search in distribution
Compress::Snappy - Perl interface to Google's Snappy (de)compressor
The "Compress::Snappy" module 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....
GRAY/Compress-Snappy-0.24 - 12 May 2015 19:19:28 UTC - Search in distribution
Compress::Zopfli - Interface to Google Zopfli Compression Algorithm
The *Compress::Zopfli* module provides a Perl interface to the *zopfli* compression library. The zopfli library is bundled with *Compress::Zopfli* , so you don't need the *zopfli* library installed on your system. The *zopfli* library only contains o...
OCBNET/Compress-Zopfli-0.0.1 - 26 Apr 2017 22:29:03 UTC - Search in distribution
Compress::unLZMA - Interface to LZMA decompression library
LZMA is default and general compression method of 7z format in 7-Zip program. LZMA provides high compression ratio and very fast decompression. This module is based on the LZMA SDK which provides a cross-platform implementation of the LZMA decompress...
FERREIRA/Compress-unLZMA-0.05 - 03 Jan 2016 21:50:16 UTC - Search in distribution
Compress::Deflate7 - Perl interface to 7-Zip's deflate compressor
This modules exposes 7-Zip's deflate compressor. The implementation favours compression ratio over speed under high settings and is often able to compress better than the widely used "zlib" library. EXPORTS The functions "deflate7" and "zlib7" on req...
BJOERN/Compress-Deflate7-1.0 - 17 Mar 2011 19:39:56 UTC - Search in distribution
Compress::LZ4Frame - Compression package using the lz4frame library
AUTINITY/Compress-LZ4Frame-0.012002
-
19 Jan 2018 09:13:52 UTC
-
Search in distribution
Compress::LZString - LZ-based compression library
Compress::LZString is a perl implementation of lz-string, a fast LZ-based compression library written in javascript. It is designed to fulfill the need of storing large amounts of data in browser's localStorage, specifically on mobile devices....
POPP/Compress-LZString-1.4401 - 14 Jun 2021 15:50:35 UTC - Search in distribution
Compress::Zlib - Interface to zlib compression library
The *Compress::Zlib* module provides a Perl interface to the *zlib* compression library (see "AUTHOR" for details about where to get *zlib*). The "Compress::Zlib" module can be split into two general areas of functionality, namely a simple read/write...
PMQS/IO-Compress-2.206 - 25 Jul 2023 15:56:21 UTC - Search in distribution- IO::Compress::Zip - Write zip files/buffers
- IO::Compress::Gzip - Write RFC 1952 files/buffers
- IO::Compress::Base - Base Class for IO::Compress modules
- 26 more results from IO-Compress »
Compress::AsciiFlate - deflates text, outputs text not binary
Compress::AsciiFlate provides methods to deflate text to a non-binary state. The resulting text will retain one copy of each word so that it is still searchable, say, in a database field. This also means one can store the deflated text in a non-binar...
JIMI/Compress-AsciiFlate-1.00 - 12 Mar 2006 01:08:45 UTC - Search in distribution