Binary package “libjsr166y-java” in ubuntu focal
Parallel computation framework for Java
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-
parallel speed-ups of computation-
Source package
Published versions
- libjsr166y-java 1.7.0-2 in amd64 (Release)
- libjsr166y-java 1.7.0-2 in arm64 (Release)
- libjsr166y-java 1.7.0-2 in armhf (Release)
- libjsr166y-java 1.7.0-2 in i386 (Release)
- libjsr166y-java 1.7.0-2 in ppc64el (Release)
- libjsr166y-java 1.7.0-2 in riscv64 (Release)
- libjsr166y-java 1.7.0-2 in s390x (Release)