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


Paketnamelibcoro-perl
BeschreibungPerl framework implementing coroutines
Archiv/RepositoryOffizielles Debian Archiv squeeze (main)
Version5.210-1
Sektionperl
Prioritätoptional
Installierte Größe548 Byte
Hängt ab vonperl (>= 5.10.1-8), perlapi-5.10.1, libc6 (>= 2.1.3), libguard-perl, libanyevent-perl (>= 5), libcom
Empfohlene Pakete
PaketbetreuerDebian Perl Group
Quelle
Paketgröße214644 Byte
Prüfsumme MD509cc4d34527be2effecfba451b741cd7
Prüfsumme SHA10dde4057bc90de7eee42bc04d8888448fa606525
Prüfsumme SHA256dcafc6cbbb15fdc1ee1e4f3c1c5b478c715fb05103179eba41c816586173dd15
Link zum Herunterladenlibcoro-perl_5.210-1_i386.deb
Ausführliche BeschreibungCoro is a collection of modules which manages continuations in general, most often in the form of cooperative threads (also called coros, or simply "coro" in the documentation). They do not actually execute at the same time, even on machines with multiple processors. . The specific flavor of thread offered by this module also guarantees you that it will not switch between threads unless necessary. It switches at easily- identified points in your program, so locking and parallel access are rarely an issue, making threaded programming much safer and easier than using other threading models. . Coro provides a full shared address space, which makes communication between threads very easy. A parallel matrix multiplication benchmark runs over 300 times faster on a single core than perl's ithreads on a quad core using all four cores.


Impressum
Linux is a registered trademark of Linus Torvalds