summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorYann Collet <cyan@fb.com>2019-04-16 18:52:54 (GMT)
committerYann Collet <cyan@fb.com>2019-04-16 18:52:54 (GMT)
commitd25b6d640132bb25a3db9617a8708d31701402f5 (patch)
tree4e6e76a7cfa572008dec5d7f18fce6394f3691ba /NEWS
parent6fc763cd98eb9a487afc9c2577627c4028e43cef (diff)
downloadlz4-d25b6d640132bb25a3db9617a8708d31701402f5.zip
lz4-d25b6d640132bb25a3db9617a8708d31701402f5.tar.gz
lz4-d25b6d640132bb25a3db9617a8708d31701402f5.tar.bz2
minor benchmark update
was using wrong memory timing
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 7a3a071..2d85607 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
v1.9.0
-perf: large decompression speed improvement on x86/x64 (~+20%) by @djwatson
+perf: large decompression speed improvement on x86/x64 (up to +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