Search results for "module:Compress::Zlib"
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
Compress::Raw::Zlib - Low-Level Interface to zlib or zlib-ng compression library
The *Compress::Raw::Zlib* module provides a Perl interface to the *zlib* or *zlib-ng* compression libraries (see "SEE ALSO" for details about where to get *zlib* or *zlib-ng*). In the text below all references to *zlib* are also applicable to *zlib-n...
PMQS/Compress-Raw-Zlib-2.206 - 25 Jul 2023 15:35:40 UTC
Compress::Zlib::Perl - (Partial) Pure perl implementation of Compress::Zlib
This a pure perl implementation of Compress::Zlib's inflate API. Inflating deflated data Currently the only thing Compress::Zlib::Perl can do is inflate compressed data. A constructor and 3 methods from Compress::Zlib's interface are replicated: infl...
NWCLARK/Compress-Zlib-Perl-0.02 - 16 Feb 2004 23:51:50 UTC
Bundle::Compress::Zlib - Install Compress::Zlib and dependencies
PMQS/Bundle-Compress-Zlib-2.201
-
25 Jun 2022 09:02:09 UTC
Catalyst::Plugin::Compress::Zlib - DEPRECATED Zlib Compression for Catalyst
DEPRECATED - supported for legacy applications, but useCatalyst::Plugin::Compress in new code. Compress response if client supports it....
MSTROUT/Catalyst-Plugin-Compress-Zlib-0.06 - 09 Aug 2011 12:26:16 UTC
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
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
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
Protocol::SPDY::Compress - handle zlib compression/decompression
Used internally. See Protocol::SPDY instead....
TEAM/Protocol-SPDY-1.001 - 01 Feb 2015 16:27:09 UTC
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
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
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
Catalyst::Plugin::Compress::Gzip - Gzip response
Gzip compress response if client supports it....
MSTROUT/Catalyst-Plugin-Compress-Zlib-0.06 - 09 Aug 2011 12:26:16 UTC
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
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
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