]> git.ipfire.org Git - thirdparty/zstd.git/commit
slightly increased buffer pool, to cover normal "full load" scenarios 756/head
authorYann Collet <cyan@fb.com>
Wed, 12 Jul 2017 21:23:34 +0000 (14:23 -0700)
committerYann Collet <cyan@fb.com>
Wed, 12 Jul 2017 21:23:34 +0000 (14:23 -0700)
commit8ef666c32509e35ebbae8229a2b15ca9d4af493d
tree39710ad252a5d513c3b49013ba894ae3f97d92e4
parent052a95f77c4a7c0c13c1c94e7b805616b5924df7
slightly increased buffer pool, to cover normal "full load" scenarios

2 buffers per active worker
+ 1 buffer for input loading
+ 1 buffer for "next input" when submitting current one
+ 1 buffer stuck in queue
NEWS
lib/compress/zstdmt_compress.c