]> git.ipfire.org Git - thirdparty/zstd.git/commit
create command --fast[=#]
authorYann Collet <cyan@fb.com>
Mon, 12 Mar 2018 02:56:48 +0000 (19:56 -0700)
committerYann Collet <cyan@fb.com>
Mon, 12 Mar 2018 03:01:23 +0000 (20:01 -0700)
commit6a9b41b7310db8365c4d899861da58fb86e51f64
treeb0818ac4cd2161e18376d216d7d3e60d53d381c6
parenta146ee04ae5866b948be0c1911418e0436d80cb4
create command --fast[=#]

access negative compression levels from command line
for both compression and benchmark modes.

also : ensure proper propagation of parameters
through ZSTD_compress_generic() interface.

added relevant cli tests.
lib/compress/zstd_compress.c
lib/compress/zstdmt_compress.c
lib/zstd.h
programs/bench.c
programs/fileio.c
programs/zstd.1.md
programs/zstdcli.c
tests/playTests.sh