zstd/lib/compress
Nick Terrell 86b8134cad [libzstd] Fix parameter selection for empty input
ZSTD_compress() and friends would treat an empty input as an unknown size
when selecting parameters. Thus, they would drastically overallocate the
context. Tell ZSTD_getParams() that the source size is 1 when it is empty.
2017-10-25 17:24:15 -07:00
..
2017-10-13 02:36:16 -07:00
2017-09-16 23:41:58 -07:00
2017-09-26 14:00:01 -07:00
2017-09-26 14:00:01 -07:00