Skip to content

0.5.3

Compare
Choose a tag to compare
@emmanuel-marty emmanuel-marty released this 21 Apr 07:47
· 429 commits to master since this release

Version 0.5.3:

  • Add -m option to set the minum match length
  • Add --prefer-speed, --prefer-ratio options to favor the compression ratio (default) or decompression speed, which are equivalent to -m3 and -m4 (decompression speed equals LZ4 on Z80 when using --prefer-speed, with a better ratio)
  • Compress 5% faster
  • Add size-optimized variant of the Z80 decompressor (contributed by spke)
  • Add strict block size checks when decompressing with the command-line tool