Skip to content

Releases: dbry/lzw-ab

New algorithm for selective dictionary string recycling

24 Jul 07:08
Compare
Choose a tag to compare

Major improvements:

  • New algorithm for dictionary string recycling (greatly improves compression)
  • Add "exhaustive" testing mode (successive truncation)
  • Add cumulative results to test harness

Initial release with pre-built binaries

08 Jul 21:31
Compare
Choose a tag to compare

First version of LZW-AB available with Windows 64-bit binaries (built with MinGW).

Major improvements since 2016 version:

  • Extend available maximum codeword size to 16 bits
  • Add contexts for the callbacks to facilitate multiple instances
  • Create a test harness with integrity verification and fuzzing