ZSTD_DCtx typedef
ZSTD_DCtx = ZSTD_DCtx_s
= Decompression context When decompressing many times, it is recommended to allocate a context only once, and reuse it for each successive compression operation. This will make workload friendlier for system's memory. Use one context per thread for parallel execution.
Implementation
typedef ZSTD_DCtx = ZSTD_DCtx_s;