]> git.ipfire.org Git - thirdparty/zstd.git/commit
improved ZSTDMT_compress() memory usage
authorYann Collet <cyan@fb.com>
Tue, 11 Jul 2017 00:16:41 +0000 (17:16 -0700)
committerYann Collet <cyan@fb.com>
Tue, 11 Jul 2017 00:16:41 +0000 (17:16 -0700)
commit4616fad18b2f8950144cdbcffc081b74cc115fb1
tree2b7213c508f17782e60505e7c965b918bdfb5fb7
parent670b1fc547424897aa324736d47a1c79bf61e355
improved ZSTDMT_compress() memory usage

does not need the input buffer for streaming operations

also : reduced a few tests time length
lib/compress/zstdmt_compress.c
tests/fuzzer.c
tests/playTests.sh
tests/zstreamtest.c