libmce-perl 1.881-1 source package in Ubuntu

Changelog

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

  * Team upload.
  * Import upstream version 1.881.

 -- gregor herrmann <email address hidden>  Sat, 15 Oct 2022 21:30:33 +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

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmce-perl_1.881-1.dsc 2.4 KiB 41d83adce84e8050fc2f65e8ad05c6ecc8e4ffa8785dfc4b31eb055b9dd28373
libmce-perl_1.881.orig.tar.gz 220.1 KiB ca616f380fe72affd154589e2e77734161437f0d93c9eeb1c59a14baf5a6917d
libmce-perl_1.881-1.debian.tar.xz 3.4 KiB 0d5d4885531bcda6e91f4b891bfc23097c7bf4f166aa9e6f3fa9ad59b8163e55

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.