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.12 - 2024-08-23

  • ADDITIONS
    • Added the `lz4_compress()` and `lz4_decompress()` functions.
  • IMPROVEMENTS
    • Slightly better performance in `mtf_encode()`.
    • Replaced all "die" statements, with Carp::confess(), for better debugging.
  • BUG-FIXES
    • Allow `$LZ77_MIN_LEN` to be set by the user to a value greater than 4, before calling `gzip_compress()`.

Modules

Implementation of various techniques used in data compression.