-
-
-
-
-
-
v1.7.034523443 · ·
Added WriterParams struct for tuning various params related to the upstream zstd. See https://github.com/valyala/gozstd/issues/7
-
-
-
-
-
v1.6.0caebc465 · ·
* Previously, Writer.ReadFrom() discarded the bytes that were read when the Read() function of the underlying Reader returned an error. This commit makes sure those bytes are still accounted for. * Improve concurrent compression and decompression speed for small blocks on multi-CPU systems * Update upstream zstd from 1.4.0 to 1.4.2
-
-
-
-
-
-
-
v1.2.2b7d211e6 · ·
Do not zero extended dst buffer, since it is overwritten during subsequent compression / decompression
-
v1.2.1fce5e292 · ·
v1.2.0 - optimize slice size extension on slow paths during compress / decompress
-