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

Search results for "compress"

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 - Search in distribution

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 - Search in distribution

Compress::LZO River stage one • 2 direct dependents • 4 total dependents

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 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 - Search in distribution

Compress::BGZF - Read/write blocked GZIP (BGZF) files River stage one • 3 direct dependents • 3 total dependents

"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.007001 - 19 Feb 2024 13:35:34 UTC - Search in distribution

Compress::DSRC - Perl bindings to the DSRC compression library River stage zero No dependents

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 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 - Search in distribution

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

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::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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

Compress::LZF_PP - A pure-Perl LZF decompressor River stage zero No dependents

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 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 - Search in distribution

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 - Search in distribution

Compress::unLZMA - Interface to LZMA decompression library River stage zero No dependents

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 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 - Search in distribution

Compress::LZ4Frame - Compression package using the lz4frame library River stage one • 2 direct dependents • 4 total dependents

AUTINITY/Compress-LZ4Frame-0.012002 - 19 Jan 2018 09:13:52 UTC - Search in distribution

Compress::LZString - LZ-based compression library River stage zero No dependents

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::AsciiFlate - deflates text, outputs text not binary River stage zero No dependents

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

DBM_Filter::compress - filter for DBM_Filter River stage five • 11292 direct dependents • 32664 total dependents

This DBM filter will compress all data before it is written to the database and uncompressed it on reading. A fatal error will be thrown if the Compress::Zlib module is not available....

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC - Search in distribution
563 results (0.15 seconds)