1
0
mirror of https://github.com/facebook/zstd.git synced 2025-11-25 23:43:06 +03:00

update NEWS on @iburinoc's 32-bits version improvement

This commit is contained in:
Yann Collet
2017-03-02 17:14:57 -08:00
parent fe5d27062e
commit e02409fdc3

3
NEWS
View File

@@ -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 cli : fix : --rm remains silent when input is stdin
speed : improved decompression speed in streaming mode for single shot scenarios (+5%) 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 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: new: meson build system in contrib/meson, by Dima Krasner
build: improved cmake script, by @Majlen build: improved cmake script, by @Majlen
doc : new : educational decoder, by Sean Purcell doc : new : educational decoder, by Sean Purcell