You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The worldgen in chunk generation is probably the main bottleneck. At some point I might use JFR or something and profile the worldgen to see what i can optimise.
I might just remove any unnecessary caches as well to try speed things up
The chunk generation is currently based on Minecraft's implementation. However, it can and should optimized. (see Lithium)
The text was updated successfully, but these errors were encountered: