0.3.1 results are compatible with 0.3 results due to extremely minimal changes. If anything 0.3.1 results may be lower by a minimal amount.
Usage Information:
The Bungeecord implementation should work on 1.8 - 1.19 Bungeecord versions.
The Independent implementation requires no server software, allowing for a more lightweight experience. It is built using Java 17, you may get errors running it with previous versions.
The Minestom implementation is built against a development branch of the MinestomAPI, specifically built to work with the developer builds of the Sabre Minestom Implementation.
The Spigot implementation should work on 1.8 - 1.19 Spigot/forks versions.
The Velocity implementation should work with latest Velocity, tested with 3.1.x.
Minor Changes:
Added the storage hardware information accessor in the PreStage object into a try statement in order to mute an error which occurs on some Linux distributions.
Major Changes:
This release includes the Independent implementation - a standalone Java program.
This release includes the Minestom implementation fixed by JustDoom.
Renamed the "shutdown()" function in Bridge to "stopServer()" in order to lessen confusion between it and "stopCore()".
Major Changes:
Rewrote the test to a String based system, running 100,000 times instead of a Math.hypot system running 16.7 million times. I've also done a few things to attempt to make the JVM not optimize it in advance, rather running it as intended.