[ol9_developer_EPEL] perl-Parallel-Iterator-1.00-30.el9.noarch

Name:perl-Parallel-Iterator
Version:1.00
Release:30.el9
Architecture:noarch
Group:Unspecified
Size:30726
License:GPL+ or Artistic
RPM: perl-Parallel-Iterator-1.00-30.el9.noarch.rpm
Source RPM: perl-Parallel-Iterator-1.00-30.el9.src.rpm
Build Date:Thu Feb 03 2022
Build Host:build-ol9-x86_64.oracle.com
Vendor:Oracle America
URL:https://metacpan.org/release/Parallel-Iterator
Summary:Simple parallel execution
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.

Changelog (Show File list) (Show related packages)