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.09 - 2024-06-26

  • Generalized `make_deflate_tables()` to generate tables for arbitrarily large distances and match lengths.
  • Generalized `deflate_encode()` to encode arbitrarily large distances and arbitrarily large match lengths.
  • Better compression ratio when `$LZ_MAX_DIST` is set to a small value.
  • Minor documentation and performance improvements.

Modules

Implementation of various techniques used in data compression.