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.10 - 2024-08-07

  • ADDITIONS
    • Added the `mrl_compress()` and `mrl_decompress()` functions, for compressing/decompressing strings.
    • Added the `bytes2int()` and `bytes2int_lsb()` functions.
  • CHANGES
    • Changed the order of values returned by `lz77_encode()`.
    • Changed the order of arguments accepted by `lz77_decode()`.
  • FIXES
    • Fixed an issue in `lzb_decompress($fh)`, when there is more data after the LZB block.

Modules

Implementation of various techniques used in data compression.