]> git.ipfire.org Git - thirdparty/zstd.git/commit
minor rebalancing of level 13
authorYann Collet <yann.collet.73@gmail.com>
Wed, 1 Sep 2021 20:02:07 +0000 (13:02 -0700)
committerYann Collet <yann.collet.73@gmail.com>
Wed, 1 Sep 2021 20:05:10 +0000 (13:05 -0700)
commit70d89e5a128c73f81d362332f4b6b1b2b8764f15
treee1603c8fe1f560b00a60ecbc548f68f7d98f768e
parent6715096611c3aab45c3802c8110090dafb82b3b9
minor rebalancing of level 13

This new setup is slighly better on `silesia.tar` :
Ratio : 3.649 -> 3.655
Speed : 11.9 MB/s -> 12.2 MB/s
At the cost of more memory : 24 MB -> 32 MB
The new memory budget is a reasonable interpolation between neighboring levels 12 and 14:
level 12 : 24 MB
level 13 : 32 MB (increased from 24 MB)
level 14 : 48 MB
Window size remains unaffected (4 MB)
lib/compress/zstd_compress.c