Paketname | libjsr166y-java |
Beschreibung | Parallel computation framework for Java |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 0.1.20080107-2 |
Sektion | java |
Priorität | optional |
Installierte Größe | 2428 Byte |
Hängt ab von | |
Empfohlene Pakete | |
Paketbetreuer | Debian Java Maintainers |
Quelle | |
Paketgröße | 424878 Byte |
Prüfsumme MD5 | ce4e8069974c8d04714d5b4e81b47828 |
Prüfsumme SHA1 | 4458c7697cd37436ec3fec8ed152a6913392cc3b |
Prüfsumme SHA256 | 7a9ed0bddea30888383d30f478eda775f2cf090364336dc03fe933d15667941f |
Link zum Herunterladen | libjsr166y-java_0.1.20080107-2_all.deb |
Ausführliche Beschreibung | 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.
|