From: Yann Collet Date: Fri, 3 Mar 2017 01:14:57 +0000 (-0800) Subject: update NEWS on @iburinoc's 32-bits version improvement X-Git-Tag: v1.1.4~1^2~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e02409fdc3bf56243c7106d45faa1fd02b1dbaf7;p=thirdparty%2Fzstd.git update NEWS on @iburinoc's 32-bits version improvement --- diff --git a/NEWS b/NEWS index 8b7d83c8a..760724a25 100644 --- a/NEWS +++ b/NEWS @@ -5,7 +5,8 @@ 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 +arch : 32-bits variant able to generate and decode very long matches (>32 MB), by Sean Purcell +API : new : ZSTD_findFrameCompressedSize(), ZSTD_getFrameContentSize(), ZSTD_findDecompressedSize() build: new: meson build system in contrib/meson, by Dima Krasner build: improved cmake script, by @Majlen doc : new : educational decoder, by Sean Purcell