zstd/lib/compress
Yann Collet 94364bf87a refactor ZSTDMT streaming flush code
now shared by both ZSTDMT_compressStream() and ZSTDMT_flushStream()
2017-01-23 11:50:44 -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 ZSTDMT_initCStream_usingDict() can outlive dict 2017-01-22 16:44:15 -08:00
zstd_opt.h renamed savedRep into repToConfirm 2017-01-19 17:33:37 -08:00
zstdmt_compress.c refactor ZSTDMT streaming flush code 2017-01-23 11:50:44 -08:00
zstdmt_compress.h ZSTDMT_initCStream_usingDict() can outlive dict 2017-01-22 16:44:15 -08:00