libmce-perl 1.866-1 source package in Ubuntu

Changelog

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

  * Team upload.
  * Import upstream version 1.866.
  * Update years of packaging copyright.
  * Declare compliance with Debian Policy 4.5.0.
  * Set Rules-Requires-Root: no.

 -- gregor herrmann <email address hidden>  Thu, 13 Feb 2020 23:01:02 +0100

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
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmce-perl_1.866-1.dsc 2.4 KiB b5a440d23b37cef8370cdbf50d3aeebfdf3def56a931500933e8c4d314e87bb8
libmce-perl_1.866.orig.tar.gz 210.9 KiB 087ad6d6a495d823771e5bc23bcbcd31c683289b5cb45fc4e857449f9ea7aa1b
libmce-perl_1.866-1.debian.tar.xz 3.2 KiB 04a3067a59c7f6f1e6f15ecf223faa0717905d10bcd629ed303eaebcea078c35

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.