From: Yann Collet Date: Wed, 1 Mar 2017 01:44:17 +0000 (-0800) Subject: updated NEWS for 1.1.4 X-Git-Tag: v1.1.4~1^2~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43764cdb1dbb2c8889eb5861e8f48ea0a4450990;p=thirdparty%2Fzstd.git updated NEWS for 1.1.4 cmake, performance --- diff --git a/NEWS b/NEWS index 7ede5f70c..8b7d83c8a 100644 --- 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