2e4db3e531
memset() was a quick fix to initialization problems, but initialize too much space (tables, buffers) which show up in decompression speed of ZSTD_decompress() since it needs to recreate DCtx at each invocation. Fixed by only initialization relevant pointers and size fields. |
||
---|---|---|
.. | ||
huf_decompress.c | ||
zstd_decompress.c |