]> git.ipfire.org Git - thirdparty/zstd.git/commit
speed optimized version of targetCBlockSize
authorYann Collet <cyan@fb.com>
Fri, 23 Feb 2024 22:03:26 +0000 (14:03 -0800)
committerYann Collet <cyan@fb.com>
Fri, 23 Feb 2024 22:03:26 +0000 (14:03 -0800)
commitcc4530924b42c5d138f871c33726d374e2778ad3
tree38544089e8f748ee64788b6e21969bcb151df5ce
parent68a232c5917ff387031c76acea80f77e8115419f
speed optimized version of targetCBlockSize

note that the size of individual compressed blocks will vary more wildly with this modification.
But it seems good enough for a first test, and fix the speed regression issue.
Further refinements can be attempted later.
lib/compress/zstd_compress_superblock.c
programs/zstd.1.md