Archive for March, 2010

JSR-166: The Java fork/join Framework

The JSR-166 are concurrent utilities that were included in Java 5.  The fork/join framework was a piece of it that didn’t make it into Java 5.  After all this time the fork/join framework is finally making it into JDK 7.  What surprised me about the framework is that it is so easy to use. The […]

Posted on March 9, 2010 at 10:53 pm by Joe · Permalink · 14 Comments
In: Java · Tagged with: ,