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.