]> git.ipfire.org Git - thirdparty/zstd.git/commit
zstdmt : intermediate outBuffer allocated from within worker
authorYann Collet <cyan@fb.com>
Tue, 11 Jul 2017 21:59:10 +0000 (14:59 -0700)
committerYann Collet <cyan@fb.com>
Tue, 11 Jul 2017 21:59:10 +0000 (14:59 -0700)
commit34b2b956314581f2e191697ce3b18d170cfe3d42
treeb0481c3c4e24c1a568d2624b93437671874ae29b
parent16261e6951910e56f0c447f012900d7e06aba733
zstdmt : intermediate outBuffer allocated from within worker

reduces total amount of memory needed,
since jobs in queue do not have an outBuffer pre-reserved now
lib/compress/zstdmt_compress.c