Skip to content

Releases: emmanuel-marty/lz4ultra

1.0.3

Choose a tag to compare

@emmanuel-marty emmanuel-marty released this 18 Apr 08:13

Version 1.0.3

  • Small fix for the prediction model, resulting in a small improvement in compression ratio
  • Default to the largest block size (-B7)
  • Always adjust the block size down to the smallest required to encode the input

1.0.2

Choose a tag to compare

@emmanuel-marty emmanuel-marty released this 12 Apr 10:38

Version 1.0.2:

  • Support all LZ4 block sizes (-B4 to -B7, -B4 is still the default)
  • Support compression as independent blocks (-BD and -BI .. -BD is still the default)

1.0.1

Choose a tag to compare

@emmanuel-marty emmanuel-marty released this 11 Apr 21:53

Version 1.0.1:

  • Fix small issue in optimizer than led to suboptimal results. Gain a small amount of compression and a small further reduction in the token count compared to v1.0.0.
  • Assorted small fixes.

1.0.0

Choose a tag to compare

@emmanuel-marty emmanuel-marty released this 08 Apr 21:50
1001e68

Version 1.0.0

  • Initial release