Why Java 7 is faster for numerical calculations
Submitted by jworkorg on Tue, 07/26/2011 - 15:14
JDK 7 Twice as Fast as JDK 6 for Arrays and Arithmetic. Should see this after the final Java7 release http://geeknizer.com/java-7-whats-new-performance-benchmark-1-5-1-6-1-7/
- jworkorg's blog
- Log in to post comments

Comments
Java7 is fast. But have bugs?
According to the forum http://jwork.org/jhepwork/forum/viewtopic.php?id=13 just released Java7 has a bug on Linux platform. It seems like execution of the code for jhplot canvases compiled using jdk6 fails. This bug is perfectly reproducible on the Linux (Ubuntu, Fedora) and related to the graphics package org.freehep.graphics2d.VectorGraphics. Interestingly enough, Jdk7 on windows is fine. This bug was sent to the java7 developers, but they could not reproduce it.