libjsr166y-java

Parallel computation framework for Java

Description

Java framework that supports a style of parallel programming in which problems are solved by (recursively) splitting them into subtasks that are solved in parallel, waiting for them to complete, and then composing results.

Fork/Join parallelism is among the simplest and most effective design techniques for obtaining good parallel performance. Fork/Join algorithms are parallel versions of familiar divide-and-conquer algorithms.

JSR166y includes a parallel computation framework: ForkJoinTasks and their related support classes provide a very efficient basis for obtaining platform-independent parallel speed-ups of computation-intensive operations.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

http://g.oswego.edu/dl/concurrency-interest/


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install libjsr166y-java