]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
minor changelog update
authorYann Collet <cyan@fb.com>
Thu, 16 Dec 2021 05:45:30 +0000 (21:45 -0800)
committerYann Collet <cyan@fb.com>
Thu, 16 Dec 2021 05:45:30 +0000 (21:45 -0800)
CHANGELOG

index e182b5cf438e0bd97fa13e201250b72b60a78447..c208e37935c05eb5c379c6a2cfa55ac4ed289547 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -3,7 +3,8 @@ perf: rebalanced compression levels, to better match the intended speed/level cu
 perf: faster huffman decoder, using x64 assembly, by @terrelln
 perf: slightly faster high speed modes (strategies fast & dfast), by @felixhandte
 perf: improved binary size and faster compilation times, by @terrelln
-perf: new row64 mode, used notably in levels 11 & 12, by @senhuang42
+perf: new row64 mode, used notably in level 12, by @senhuang42
+perf: faster mid-level compression speed in presence of highly repetitive patterns, by @senhuang42
 perf: minor compression ratio improvements for small data at high levels, by @cyan4973
 perf: reduced stack usage (mostly useful for Linux Kernel), by @terrelln
 perf: faster compression speed on incompressible data, by @bindhvo