]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
updated NEWS for 1.1.4
authorYann Collet <cyan@fb.com>
Wed, 1 Mar 2017 01:44:17 +0000 (17:44 -0800)
committerYann Collet <cyan@fb.com>
Wed, 1 Mar 2017 01:44:17 +0000 (17:44 -0800)
cmake, performance

NEWS

diff --git a/NEWS b/NEWS
index 7ede5f70c43cde2d243d5088c966adc6602ffe91..8b7d83c8af7caced6385be16c33a9698cffbc2a9 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,9 +3,11 @@ cli : new : can compress in *.gz format, using --format=gzip command, by Przemys
 cli : new : advanced benchmark command --priority=rt
 cli : fix : write on sparse-enabled file systems in 32-bits mode, by @ds77
 cli : fix : --rm remains silent when input is stdin
+speed : improved decompression speed in streaming mode for single shot scenarios (+5%)
+memory : DDict (decompression dictionary) memory usage down from 150 KB to 20 KB
 API : new : ZSTD_findFrameCompressedSize(), ZSTD_getFrameContentSize(), ZSTD_findDecompressedSize(), by Sean Purcell
-API : change : ZSTD_compress*() with srcSize==0 create an empty-frame of known size
-build:new : meson build system in contrib/meson, by Dima Krasner
+build: new: meson build system in contrib/meson, by Dima Krasner
+build: improved cmake script, by @Majlen
 doc : new : educational decoder, by Sean Purcell
 
 v1.1.3