From 67f5f857da5ff0c6068c05b9af4052ca76815544 Mon Sep 17 00:00:00 2001 From: Sergei Fedosoff Date: Fri, 12 Apr 2019 21:54:16 +0700 Subject: perl/perl-Coro: Added (the only real threads in perl). Signed-off-by: Willy Sudiarto Raharjo --- perl/perl-Coro/slack-desc | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 perl/perl-Coro/slack-desc (limited to 'perl/perl-Coro/slack-desc') diff --git a/perl/perl-Coro/slack-desc b/perl/perl-Coro/slack-desc new file mode 100644 index 0000000000..2903ad057f --- /dev/null +++ b/perl/perl-Coro/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +perl-Coro: perl-Coro (the only real threads in perl) +perl-Coro: +perl-Coro: Coro provides a full shared address space, which makes communication +perl-Coro: between threads very easy. And coro threads are fast, too: disabling +perl-Coro: the Windows process emulation code in your perl and using Coro can +perl-Coro: easily result in a two to four times speed increase for your +perl-Coro: programs. A parallel matrix multiplication benchmark (very +perl-Coro: communication-intensive) runs over 300 times faster on a single core +perl-Coro: than perls pseudo-threads on a quad core using all four cores. +perl-Coro: +perl-Coro: Homepage: https://metacpan.org/pod/Coro -- cgit v1.2.3-80-g2a13