yamayaki1 / cesium-fabric

Highly experimental and unstable alternative world format for Minecraft
GNU Lesser General Public License v3.0
29 stars 0 forks source link

Max compression level #6

Closed copilot-lover closed 7 months ago

copilot-lover commented 7 months ago

what is the max compression level in the config I see that it is set to 9 an dI was wondering if that is the max

yamayaki1 commented 7 months ago

The maximum compression level supported by zstd currently is 22. Note that higher compression levels significantly increases the time needed to compress data. I do not recommend compression levels higher than 12. I chose level 9 as a trade-off between speed and compression-ratio.

copilot-lover commented 7 months ago

thankyou