1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
Source: libparallel-iterator-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Frank Lichtenheld <djpig@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 8~),
libmodule-build-perl
Build-Depends-Indep: perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libparallel-iterator-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libparallel-iterator-perl.git
Homepage: https://metacpan.org/release/Parallel-Iterator
Package: libparallel-iterator-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends}
Description: Simple parallel execution
The standard map() function applies a user supplied transformation function
to each element in a list, returning a new list containing the transformed
elements.
.
Parallel::Iterator provides a 'parallel map()'. Multiple worker processes are
forked so that many instances of the transformation function may be executed
simultaneously.
|