zstd/lib/compress
Yann Collet 19d670ba9d Added ZSTDMT_initCStream_advanced() variant
Correctly compress with custom params and dictionary
Added relevant fuzzer test in zstreamtest

Also :
new macro ZSTDMT_SECTION_LOGSIZE_MIN, which sets a minimum size for a full job
(note : a flush() command can still generate a partial job anytime)
2017-01-19 15:32:07 -08:00
..
fse_compress.c replaced usage of FSE_buildCTable by FSE_buildCTable_wksp, using less stack space in the process 2016-12-01 16:24:04 -08:00
huf_compress.c introduced HUF_buildCTable_wksp(), to reduce stack memory usage 2016-12-01 17:47:30 -08:00
zstd_compress.c fixed Multi-threaded compression 2017-01-19 10:32:55 -08:00
zstd_opt.h fixed g++ warnings 2016-11-23 18:17:18 +01:00
zstdmt_compress.c Added ZSTDMT_initCStream_advanced() variant 2017-01-19 15:32:07 -08:00
zstdmt_compress.h Added ZSTDMT_initCStream_advanced() variant 2017-01-19 15:32:07 -08:00