June 11, 2018
High Performance Computing in Java
This article analyzes the current state of Java and JVM support for high performance computing. The focus will be on optimizations based on hardware architecture and avoiding synchronisation. It is assumed that your algorithm complexity is optimal or the best you can achieve but as...