Paketname | libcoro-perl |
Beschreibung | Perl framework implementing coroutines |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 5.210-1 |
Sektion | perl |
Priorität | optional |
Installierte Größe | 548 Byte |
Hängt ab von | perl (>= 5.10.1-8), perlapi-5.10.1, libc6 (>= 2.1.3), libguard-perl, libanyevent-perl (>= 5), libcom |
Empfohlene Pakete | |
Paketbetreuer | Debian Perl Group |
Quelle | |
Paketgröße | 214644 Byte |
Prüfsumme MD5 | 09cc4d34527be2effecfba451b741cd7 |
Prüfsumme SHA1 | 0dde4057bc90de7eee42bc04d8888448fa606525 |
Prüfsumme SHA256 | dcafc6cbbb15fdc1ee1e4f3c1c5b478c715fb05103179eba41c816586173dd15 |
Link zum Herunterladen | libcoro-perl_5.210-1_i386.deb |
Ausführliche Beschreibung | Coro 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.
|