Merge pull request #2328 from marxin/zstd-pool-api

Allow external creation of POOLs that can be shared.
This commit is contained in:
Yann Collet
2020-10-09 01:00:50 -07:00
committed by GitHub
7 changed files with 228 additions and 11 deletions
+1
View File
@@ -255,6 +255,7 @@ struct ZSTD_CCtx_s {
unsigned long long producedCSize;
XXH64_state_t xxhState;
ZSTD_customMem customMem;
ZSTD_threadPool* pool;
size_t staticSize;
SeqCollector seqCollector;
int isFirstBlock;