Java theory and practice: Stick a fork in it, Part 2 [developerWorks]
By roosevelt @ Mar 17, 2008 03:42 AM 0 comments
One of the additions to the java.util.concurrent packages coming in Java 7 is a library for fork-join-style parallel decomposition. In part one of this series, author Brian Goetz shows how fork-join provides a natural mechanism for decomposing many algorithms to effectively exploit hardware parallelism. In this article, he'll cover the ParallelArray classes, which simplify parallel sorting and searching operations on in-memory data structures.
Comments displayed in Thread View, change to Flat view
|
Post Your Comment |
||||


