diff options
author | Yann Collet <cyan@fb.com> | 2018-04-27 15:43:40 (GMT) |
---|---|---|
committer | Yann Collet <cyan@fb.com> | 2018-04-27 15:43:40 (GMT) |
commit | 938e4849ae3bb33665aeee2647aa3e2077af0b5a (patch) | |
tree | f3305ef174ff5dbb12e74b50e4c8779b3f654612 /NEWS | |
parent | 00909b27b1acaa22f02cfcb8dd7798c7638046e4 (diff) | |
download | lz4-938e4849ae3bb33665aeee2647aa3e2077af0b5a.zip lz4-938e4849ae3bb33665aeee2647aa3e2077af0b5a.tar.gz lz4-938e4849ae3bb33665aeee2647aa3e2077af0b5a.tar.bz2 |
updated NEWS, in preparation for v1.8.2
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,7 +1,13 @@ v1.8.2 +perf: *much* faster dictionary compression on small files, by @felixhandte perf: slightly faster HC compression and decompression speed perf: very small compression ratio improvement +fix : compression compatible with low memory addresses (< 0xFFFF) +fix : decompression segfault when provided with NULL input, by @terrelln +cli : new command --favor-decSpeed cli : benchmark mode more accurate for small inputs +fullbench : can measure _destSize() variants, by @felixhandte +doc : clarified block format parsing restrictions, by Alexey Tourbin (@svpv) v1.8.1 perf : faster and stronger ultra modes (levels 10+) |