libmce-perl 1.874-1 source package in Ubuntu

Changelog

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

  * Team upload.
  * Import upstream version 1.874.

 -- gregor herrmann <email address hidden>  Wed, 19 Aug 2020 17:59:12 +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

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmce-perl_1.874-1.dsc 2.4 KiB ed8eaeb7a6a080fb72674b677f55cf39738351cccaaf31b50eeac55eb61dd3dc
libmce-perl_1.874.orig.tar.gz 215.0 KiB d809e3018475115ad7eccb8bef49bde3bf3e75abbbcd80564728bbcfab86d3d0
libmce-perl_1.874-1.debian.tar.xz 3.2 KiB a9889c55697facea64c9f87ae5c8aa3e789ec6f484b0704953236253f0a2ce25

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.