DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamelibjsr166y-java
BeschreibungParallel computation framework for Java
Archiv/RepositoryOffizielles Debian Archiv squeeze (main)
Version0.1.20080107-2
Sektionjava
Prioritätoptional
Installierte Größe2428 Byte
Hängt ab von
Empfohlene Pakete
PaketbetreuerDebian Java Maintainers
Quelle
Paketgröße424878 Byte
Prüfsumme MD5ce4e8069974c8d04714d5b4e81b47828
Prüfsumme SHA14458c7697cd37436ec3fec8ed152a6913392cc3b
Prüfsumme SHA2567a9ed0bddea30888383d30f478eda775f2cf090364336dc03fe933d15667941f
Link zum Herunterladenlibjsr166y-java_0.1.20080107-2_all.deb
Ausführliche BeschreibungJava 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.


Impressum
Linux is a registered trademark of Linus Torvalds