libparallel-iterator-perl 1.002-1 source package in Ubuntu

Changelog

libparallel-iterator-perl (1.002-1) unstable; urgency=medium

  * Import upstream version 1.002.

 -- gregor herrmann <email address hidden>  Fri, 12 Aug 2022 17:33:06 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libparallel-iterator-perl_1.002-1.dsc 2.4 KiB 7f700aafee3dc714b63c0001a85924d72ed84a4857ec6ef34dc856dd2c02b398
libparallel-iterator-perl_1.002.orig.tar.gz 20.9 KiB 83749a5293cd76c55963cc11b1cfe89ba8c3223e83c8b1b8b52fe9f672e6d931
libparallel-iterator-perl_1.002-1.debian.tar.xz 2.5 KiB 3691ace9e1e8bcf62f87a023c6efcb5c18eca824c6f05f090026c3f8c877d6fd

Available diffs

No changes file available.

Binary packages built by this source

libparallel-iterator-perl: module for simple parallel execution

 Parallel::Iterator 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.