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

Search results for "module:Compress::LZF"

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

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.211 - 06 Apr 2024 13:46:11 UTC

lib/IO/Compress/Adapter/Lzf.pm River stage zero No dependents

PMQS/IO-Compress-Lzf-2.211 - 06 Apr 2024 13:46:11 UTC

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

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

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

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.211 - 06 Apr 2024 13:44:44 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.211 - 06 Apr 2024 13:48:44 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.211 - 06 Apr 2024 13:44:44 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.211 - 06 Apr 2024 13:44:44 UTC

IO::Compress::Zstd - Write zstd files/buffers River stage zero No dependents

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

PMQS/IO-Compress-Zstd-2.211 - 06 Apr 2024 13:50:35 UTC

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

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

PMQS/IO-Compress-Lzma-2.211 - 06 Apr 2024 13:48:44 UTC

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

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

PMQS/IO-Compress-Lzma-2.211 - 06 Apr 2024 13:48:44 UTC

IO::Compress::Lzop - Write lzop files/buffers River stage zero No dependents

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

PMQS/IO-Compress-Lzop-2.211 - 06 Apr 2024 13:50:10 UTC

IO::Compress::Gzip - Write RFC 1952 files/buffers River stage four • 258 direct dependents • 9811 total dependents

This module provides a Perl interface that allows writing compressed data to files or buffer as defined in RFC 1952. All the gzip headers defined in RFC 1952 can be created using this module. For reading RFC 1952 files/buffers, see the companion modu...

PMQS/IO-Compress-2.211 - 06 Apr 2024 13:44:44 UTC

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

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

PMQS/IO-Compress-2.211 - 06 Apr 2024 13:44:44 UTC

Compress::Raw::Lzma - Low-Level Perl Interface to lzma compression library River stage two • 4 direct dependents • 11 total dependents

"Compress::Raw::Lzma" provides an interface to the in-memory compression/uncompression functions from the lzma compression library. Although the primary purpose for the existence of "Compress::Raw::Lzma" is for use by the "IO::Compress::Lzma", "IO::U...

PMQS/Compress-Raw-Lzma-2.211 - 06 Apr 2024 13:37:40 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.211 - 06 Apr 2024 13:41:58 UTC

Compress::Raw::Bzip2 - Low-Level Interface to bzip2 compression library River stage four • 6 direct dependents • 9813 total dependents

"Compress::Raw::Bzip2" provides an interface to the in-memory compression/uncompression functions from the bzip2 compression library. Although the primary purpose for the existence of "Compress::Raw::Bzip2" is for use by the "IO::Compress::Bzip2" and...

PMQS/Compress-Raw-Bzip2-2.211 - 06 Apr 2024 13:40:27 UTC
22 results (0.051 seconds)