Info3: <<
Package: parallel-iterator-pm%type_pkg[perl]
Version: 1.00
Revision: 2
Source: mirror:cpan:authors/id/A/AN/ANDYA/Parallel-Iterator-%v.tar.gz
Source-Checksum: SHA256(e8495095cf5746a14e154037b11b0d911da2a32283b77291abb37bf6311345f4)
Type: perl (5.16.2 5.18.2 5.18.4 5.28.2 5.30.2 5.30.3)
Distribution: <<
	(%type_pkg[perl] = 5162) 10.9,
	(%type_pkg[perl] = 5162) 10.10,
	(%type_pkg[perl] = 5162) 10.11,
	(%type_pkg[perl] = 5162) 10.12,
	(%type_pkg[perl] = 5162) 10.13
<<
Depends: perl%type_pkg[perl]-core
UpdatePOD: true
DocFiles: Changes README
InstallScript: <<
  %{default_script}
  mv %i/share/man %i/lib/perl5/%type_raw[perl]
<<
Description: Simple parallel execution
DescDetail: <<
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.
<<
License: Artistic
Maintainer: Jesse Alama <jesse.alama@gmail.com>
Homepage: https://metacpan.org/dist/Parallel-Iterator/
<<