libmce-perl 1.864-1 source package in Ubuntu

Changelog

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

  * Team upload.
  * Import upstream version 1.864.
  * Annotate test-only build dependencies with <!nocheck>.
  * Declare compliance with Debian Policy 4.4.1.
  * debian/watch: use uscan version 4.
  * Set upstream metadata fields: Bug-Submit, Repository-Browse.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata.
  * Add libsereal-{de,en}coder-perl to Recommends and Build-Depends-Indep.
  * Fix hashbang in example script.

 -- gregor herrmann <email address hidden>  Sun, 22 Dec 2019 17:45:38 +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

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmce-perl_1.864-1.dsc 2.4 KiB 326a8591361a62eb33a2888f15f3c0793cb4543a50581440568f0141e533c182
libmce-perl_1.864.orig.tar.gz 210.6 KiB 53e713a8ae4f0083f3a7af115ae2608426d148b5944747ea8a24fd4cc59ab857
libmce-perl_1.864-1.debian.tar.xz 3.1 KiB 8d0bc8a7603a849570580bd776441cade157ac20c4665fc90b68be3645bca00c

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.