-
native-minecraft-server
Use GraalVM Native Image to turn the Minecraft server into native executables that are small in footprint, fast, and cheap to deploy.
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
Check out the sodium mod [1], if you haven't already. I've had great success eeking out a few more precious frames with it on older hardware. IIRC, it works on both x86 and ARM processors.
[1] https://github.com/CaffeineMC/sodium-fabric
-
There are mods which heavily optimize the java client performance, these would have a greater effect than just ahead-of-time compilation. For instance, the modpack at https://github.com/Fabulously-Optimized/fabulously-optimized packages several of these performance mods together (see https://github.com/Fabulously-Optimized/fabulously-optimized... for the list).
-
lwjgl3-helloworld-native
HelloWorld demo for LWJGL 3, compiled to native executable by GraalVM native-image utility.
-
-
Shout out for Cuberite as an alternative Minecraft server project that desperately needs more volunteers
https://github.com/cuberite/cuberite
"Cuberite is a Minecraft-compatible multiplayer game server that is written in C++ and designed to be efficient with memory and CPU"
Cuberite has been demoed running on old ARM Android phones and hosting multiple players off it at once. Its performance absolutely annihilates the Java based 'vanilla' server
-
InfluxDB
InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
-
In a similar vein, there is also a Rust-based Minecraft server implementation:
https://github.com/feather-rs/feather
-
Related posts
-
I Wanna Ask
-
Compile the Minecraft Server (Java Edition) to Native with GraalVM Native Image
-
Compile the Minecraft Server (Java Edition) to Native with GraalVM Native Image
-
Compile the Minecraft Server (Java Edition) to Native with GraalVM Native Image
-
Minestom – An open-source, lightweight Minecraft server built from the ground up