]> git.ipfire.org Git - thirdparty/zstd.git/commit
policy change : ZSTDMT automatically caps nbThreads to ZSTDMT_NBTHREADS_MAX (#760)
authorYann Collet <cyan@fb.com>
Thu, 13 Jul 2017 17:10:13 +0000 (10:10 -0700)
committerYann Collet <cyan@fb.com>
Thu, 13 Jul 2017 17:17:23 +0000 (10:17 -0700)
commit3a60efd3a92ce2e3b222e69ff0965a223d26978e
tree5adf4961df72c5c95bbda4f9d803305831922ebf
parent132e6efd760b97403f1e84c6c4e4ee6569fad605
policy change : ZSTDMT automatically caps nbThreads to ZSTDMT_NBTHREADS_MAX (#760)

Previously, ZSTDMT would refuse to create the compressor.
Also : increased ZSTDMT_NBTHREADS_MAX to 256,
updated doc,
and added relevant test
lib/compress/zstdmt_compress.c
programs/zstd.1
programs/zstd.1.md
tests/playTests.sh