Link Details

Give a little, get a lot! Login and vote now.
Link 69734 thumbnail
User 160542 avatar

By kirillcool
via ibm.com
Published: Mar 08 2008 / 14:23

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 showed 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.
  • 13
  • 0
  • 1065
  • 366

Comments

Add your comment
User 236075 avatar

henk replied ago:

0 votes Vote down Vote up Reply

Nice article. Very well written. Seeing how the whole industry is moving to multi-core architecture, this stuff becomes more important every day!

Add your comment


Html tags not supported. Reply is editable for 5 minutes. Use [code lang="java|ruby|sql|css|xml"][/code] to post code snippets.