The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:Compress::Zlib::Perl"

Compress::Zlib::Perl - (Partial) Pure perl implementation of Compress::Zlib River stage zero No dependents

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

Compress::Zlib - Interface to zlib compression library River stage four • 258 direct dependents • 9811 total dependents

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.212 - 27 Apr 2024 12:55:39 UTC

Compress::Raw::Zlib - Low-Level Interface to zlib or zlib-ng compression library River stage four • 25 direct dependents • 9940 total dependents

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.212 - 27 Apr 2024 12:55:28 UTC

Compress::LZ4 - Perl interface to the LZ4 (de)compressor River stage one • 1 direct dependent • 2 total dependents

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 River stage one • 1 direct dependent • 3 total dependents

"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

MySQL::Compress - MySQL COMPRESS() and UNCOMPRESS() compatible Perl functions River stage zero No dependents

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::Snappy - Perl interface to Google's Snappy (de)compressor River stage one • 4 direct dependents • 8 total dependents

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

Bundle::Compress::Zlib - Install Compress::Zlib and dependencies River stage zero No dependents

PMQS/Bundle-Compress-Zlib-2.201 - 25 Jun 2022 09:02:09 UTC

Compress::LZF - extremely light-weight Lempel-Ziv-Free compression River stage one • 6 direct dependents • 8 total dependents

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 River stage zero No dependents

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 River stage zero No dependents

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

Compress::Bzip2 - Interface to Bzip2 compression library River stage three • 13 direct dependents • 557 total dependents

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

Compress::Deflate7 - Perl interface to 7-Zip's deflate compressor River stage zero No dependents

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

Compress::Zopfli - Interface to Google Zopfli Compression Algorithm River stage zero No dependents

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 River stage zero No dependents

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

JSON::Builder - to build large JSON with temp files when memory limit, and compress optionaly. River stage zero No dependents

JSON::Builder new The constructor accepts the following arguments: json JSON object with the encode and allow_nonref methods support, e.g. JSON::XS. fh The filehandle of the file where the result should be written into. read_in LENGTH of read functio...

KNI/JSON-Builder-0.04 - 16 Apr 2015 14:27:05 UTC

IO::Compress::Xz - Write xz files/buffers River stage one • 5 direct dependents • 7 total dependents

This module provides a Perl interface that allows writing xz compressed data to files or buffer. For reading xz files/buffers, see the companion module IO::Uncompress::UnXz....

PMQS/IO-Compress-Lzma-2.212 - 27 Apr 2024 13:01:35 UTC

IO::Compress::Zip - Write zip files/buffers River stage four • 258 direct dependents • 9811 total dependents

This module provides a Perl interface that allows writing zip compressed data to files or buffer. The primary purpose of this module is to provide streaming write access to zip files and buffers. At present the following compression methods are suppo...

PMQS/IO-Compress-2.212 - 27 Apr 2024 12:55:39 UTC

IO::Compress::Lzf - Write lzf files/buffers River stage zero No dependents

This module provides a Perl interface that allows writing lzf compressed data to files or buffer. Note that although this module uses "Compress::LZF" for compression, it uses a different file format. The lzf file format used here is the same as the l...

PMQS/IO-Compress-Lzf-2.212 - 27 Apr 2024 12:58:35 UTC

IO::Compress::Base - Base Class for IO::Compress modules River stage four • 258 direct dependents • 9811 total dependents

This module is not intended for direct use in application code. Its sole purpose is to be sub-classed by IO::Compress modules....

PMQS/IO-Compress-2.212 - 27 Apr 2024 12:55:39 UTC
36 results (0.047 seconds)