Skip to content

Releases: emmanuel-marty/lz4ultra

1.3.0

31 May 16:59
7afa7fa
Compare
Choose a tag to compare

Version 1.3.0:

  • Max out ratio when not using --favor-decSpeed
  • Fix minor issue that slightly affected the ratio on some files
  • Compress faster

1.2.2

25 Jun 12:42
6f80894
Compare
Choose a tag to compare

Version 1.2.2:

  • Increase compression ratio for some types of files

1.2.1

08 Jun 17:46
efdeab3
Compare
Choose a tag to compare

Version 1.2.1:

  • Cover all modes in automated testing

1.2.0

08 Jun 13:33
f120d0a
Compare
Choose a tag to compare

Version 1.2.0:

  • Add automated testing
  • Tidy up the codebase

1.1.4

19 May 22:28
Compare
Choose a tag to compare

Version 1.1.4:

  • Support legacy frame format
  • Add in-memory decompression benchmark

1.1.3

15 May 18:25
2fa47db
Compare
Choose a tag to compare

Version 1.1.3:

  • Add --favor-decSpeed option (beats lz4 --favor-decSpeed in both size and decompression speed)

1.1.2

14 May 12:32
Compare
Choose a tag to compare

Version 1.1.2:

  • Bugfix release

1.1.1

12 May 21:29
Compare
Choose a tag to compare

Version 1.1.1:

  • Implement support for dictionaries
  • Fix max block size reduction for source files smaller than the specified block size

1.1.0

11 May 09:14
68b9188
Compare
Choose a tag to compare

Version 1.1.0:

  • Reduce token count by 7% by trading 0.01% compression.

lz4ultra beats lz4 -12 --favor-decSpeed in both size and token count. It now produces 7% less tokens than all the other lz4 encoders while keeping the compressed size within 0.01% of the "favor ratio" methods.

1.0.4

25 Apr 13:13
Compare
Choose a tag to compare

Version 1.0.4:

  • Reduce token count by 1% without changing the compression ratio
  • Add strict limits when decompressing in-tool
  • Improve in-tool decompression speed