diff options
author | Yann Collet <cyan@fb.com> | 2019-04-16 00:30:31 (GMT) |
---|---|---|
committer | Yann Collet <cyan@fb.com> | 2019-04-16 00:30:31 (GMT) |
commit | fc3176f6aa6b8034e0a27598c23bdda559b5cf9c (patch) | |
tree | dd17db72ce5d38e4d1cc65e4a298b11d2d96c817 | |
parent | a067441f562d2c211c3a5675b9d4057218e2af09 (diff) | |
download | lz4-fc3176f6aa6b8034e0a27598c23bdda559b5cf9c.zip lz4-fc3176f6aa6b8034e0a27598c23bdda559b5cf9c.tar.gz lz4-fc3176f6aa6b8034e0a27598c23bdda559b5cf9c.tar.bz2 |
updated NEWS for v1.9.0
-rw-r--r-- | NEWS | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +v1.9.0 +perf: large decompression speed improvement on x86/x64 (~+20%) by @djwatson +api : changed : _destSize() compression variants are promoted to stable API +api : new : LZ4_initStream(HC), replacing LZ4_resetStream(HC) +api : changed : LZ4_resetStream(HC) as recommended reset function, for better performance on small data +cli : support custom block sizes, by @blezsan +build: source code can be amalgamated, by Bing Xu +build: added meson build, by @lzutao +build: new build macros : LZ4_DISTANCE_MAX, LZ4_FAST_DEC_LOOP +install: MidnightBSD, by @laffer1 +install: Windows 10 msys2, by @vtorri + v1.8.3 perf: minor decompression speed improvement (~+2%) with gcc fix : corruption in v1.8.2 at level 9 for files > 64KB under rare conditions (#560) |