zstd/lib/compress
Yann Collet 8ce1cc2bec improved ZSTD_createCCtxPool() cancellation
use ZSTD_freeCCtxPool() to release the partially created pool.
avoids to duplicate logic.

Also : identified a new difficult corner case :
when freeing the Pool, all CCtx should be previously released back to the pool.
Otherwise, it means some CCtx are still in use.
There is currently no clear policy on what to do in such a case.
Note : it's supposed to never happen.
Since pool creation/usage is static, it has no external user,
which limits risks.
2017-01-11 15:44:26 +01: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 ZSTD_sizeof_?Dict() 2016-12-23 22:25:03 +01:00
zstd_opt.h fixed g++ warnings 2016-11-23 18:17:18 +01:00
zstdmt_compress.c improved ZSTD_createCCtxPool() cancellation 2017-01-11 15:44:26 +01:00
zstdmt_compress.h first zstdmt sketch 2016-12-27 07:19:36 +01:00