libmce-perl 1.887-1 source package in Ubuntu

Changelog

libmce-perl (1.887-1) unstable; urgency=medium

  * Team upload.
  * Import upstream version 1.887.
  * typos.patch: add; fix typos caught by lintian.

 -- Étienne Mollier <email address hidden>  Wed, 21 Jun 2023 22:25:18 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmce-perl_1.887-1.dsc 2.3 KiB 4be133ba211d59e73ac6217794507da8f375519f006b1ececcc957acc181c502
libmce-perl_1.887.orig.tar.gz 224.8 KiB 4591ef2fbb657b4d344797eb166eed8099236446c4a01490cf2c28033fe0033a
libmce-perl_1.887-1.debian.tar.xz 4.1 KiB 2e225e7b29f4371c02813e090fc4b3f09b33c01c8cb361fa9b2667b9b5ae0f6d

Available diffs

No changes file available.

Binary packages built by this source

libmce-perl: Many-Core Engine for Perl providing parallel processing capabilities

 Many-core Engine (MCE) for Perl helps enable a new level of performance
 by maximizing all available cores. MCE spawns a pool of workers and
 therefore does not fork a new process per each element of data. Instead,
 MCE follows a bank queuing model. Imagine the line being the data and
 bank-tellers the parallel workers. MCE enhances that model by adding the
 ability to chunk the next n elements from the input stream to the next
 available worker.
 .
 Chunking and input data are optional in MCE. One may use MCE to run many
 workers in parallel without specifying input data.