zstd/lib/decompress
Yann Collet 2e4db3e531 fixed performance regression with ZSTD_decompress() on small files
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.
2017-05-24 13:15:19 -07:00
..
huf_decompress.c Merge pull request #594 from terrelln/bugs 2017-03-08 14:56:07 -08:00
zstd_decompress.c fixed performance regression with ZSTD_decompress() on small files 2017-05-24 13:15:19 -07:00