The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.07 - 2024-05-12

  • Use the value of `$LZ_MAX_CHAIN_LEN` in `lz77_encode_symbolic()` as well.
  • Added the following package variables:
    • $Compression::Util::LZSS_MIN_LEN $Compression::Util::LZSS_MAX_LEN $Compression::Util::LZ77_MIN_LEN $Compression::Util::LZ77_MAX_LEN
  • ...which control the minimum and maximum lenght of a match in LZSS/lZ77 encoding.
  • Added support for exporting package variables with `use Compression::Util qw($PACKAGE_VARIABLE)`.

Modules

Implementation of various techniques used in data compression.