zstd/lib/compress
Yann Collet 8ef666c325 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
2017-07-12 14:23:34 -07:00
..
fse_compress.c Explicitly convert scratchBuffer to unsigned* 2017-04-04 16:35:31 -07:00
huf_compress.c [zstd] Fix up formatting edge cases for clang-format 2017-05-24 13:50:10 -07:00
zstd_compress.c fix : propagate custom allocator to ZSTDMT though ZSTD_CCtx_setParameter() 2017-07-10 14:02:33 -07:00
zstd_opt.h move MEM_readMINMATCH() into zstd_opt.h 2017-05-23 15:41:55 -07:00
zstdmt_compress.c slightly increased buffer pool, to cover normal "full load" scenarios 2017-07-12 14:23:34 -07:00
zstdmt_compress.h fix : ZSTDMT_compress_advanced() correctly generates checksum 2017-07-11 17:18:26 -07:00