Link Details

Link 126227 thumbnail
User 111696 avatar

By bloid
via sdtimes.com
Published: Oct 16 2008 / 04:18

Described as a multicore-friendly, lightweight parallel framework, fork/join uses the strategy of recursively splitting a task into smaller subtasks; forking the subtasks into separate processes or threads, so that they run in parallel on multiple cores; and joining all subtasks to compose a result to return. Expected to be added to Java 7, it will boost the ease of writing parallel programs in Java.
  • 31
  • 0
  • 3383
  • 971

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.