YouHaveTrouble / minecraft-optimization

Minecraft server optimization guide
2.08k stars 92 forks source link

Add --add-modules=jdk.incubator.vector to the guide #105

Closed Huge-mistake closed 1 year ago

Huge-mistake commented 1 year ago

https://github.com/YouHaveTrouble/minecraft-optimization/discussions/71 Add to the startup flags section. It enables feature's in Pufferfish: It uses SIMD instructions on your CPU, making some math faster (Only used for map rendering at this moment).

YouHaveTrouble commented 1 year ago

It's already there