Releases: emmanuel-marty/lz4ultra
Releases · emmanuel-marty/lz4ultra
Release list
1.0.3
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
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
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.