yamayaki1 / cesium-fabric

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

Will this MOD increase read and write speeds #14

Closed aa846301 closed 2 months ago

aa846301 commented 3 months ago

Will this MOD increase read and write speeds?

Currently, it maintains atomicity, so do I need to frequently stop the server to allow it to save?

yamayaki1 commented 2 months ago

Hello,

I have not done any benchmarks on how read/ write speeds compare to vanilla. That might be an interesting thing to do in the future. The difference should be negligible though, if there is any.

As for your second question, no, you do not have to stop the server to allow it to save. It will do that frequently while running just fine.