INFO
Name: perl-Parallel-Iterator
Version: 1.00-30.el9
Arch: noarch
Summary: Simple parallel execution
License: GPL+ or Artistic
Vendor: Fedora Project
Build Host: buildvm-x86-31.iad2.fedoraproject.org
Build Date: Tue Jan 4 20:02:22 2022
Size: 30726
URL: https://metacpan.org/release/Parallel-Iterator
Description: The map function applies a user supplied transformation function to
each element in a list, returning a new list containing the
transformed elements.
This module provides a 'parallel map'. Multiple worker processes are forked so
that many instances of the transformation function may be executed
simultaneously.
For time consuming operations, particularly operations that spend most of their
time waiting for I/O, this is a big performance win. It also provides a simple
idiom to make effective use of multi CPU systems.
FILES
/usr/share/doc/perl-Parallel-Iterator
/usr/share/doc/perl-Parallel-Iterator/Changes
/usr/share/doc/perl-Parallel-Iterator/README
/usr/share/man/man3/Parallel::Iterator.3pm.gz
/usr/share/perl5/vendor_perl/Parallel
/usr/share/perl5/vendor_perl/Parallel/Iterator.pm
REQUIRES
perl(:MODULE_COMPAT_5.32.1)
perl(:VERSION) 5.8.0
perl(Carp)
perl(Config)
perl(Exporter)
perl(IO::Handle)
perl(IO::Select)
perl(POSIX)
perl(Storable)
perl(base)
perl(constant)
perl(strict)
perl(warnings)
rpmlib(CompressedFileNames) 3.0.4-1
rpmlib(FileDigests) 4.6.0-1
rpmlib(PayloadFilesHavePrefix) 4.0-1
rpmlib(PayloadIsZstd) 5.4.18-1
PROVIDES
perl(Parallel::Iterator) 1.00
perl-Parallel-Iterator 1.00-30.el9
CONFIG FILES
/usr/share/doc/perl-Parallel-Iterator
/usr/share/doc/perl-Parallel-Iterator/Changes d
/usr/share/doc/perl-Parallel-Iterator/README d
/usr/share/man/man3/Parallel::Iterator.3pm.gz d
/usr/share/perl5/vendor_perl/Parallel
/usr/share/perl5/vendor_perl/Parallel/Iterator.pm
LICENSE FILES
GPL+ or Artistic
|