libmce-perl 1.833-1 source package in Ubuntu

Changelog

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

  * Team upload.

  [ Damyan Ivanov ]
  * declare conformance with Policy 4.1.2 (no changes needed)

  [ Angel Abad ]
  * Import upstream version 1.833
  * Bump Debhelper compat level to 11

 -- Angel Abad <email address hidden>  Fri, 29 Dec 2017 12:59:26 +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
Bionic release universe misc

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmce-perl_1.833-1.dsc 2.0 KiB 235783dc02f91ea84b917a4ccdb3a2b86d00c8b3af0d2c6a246633b46e104cc9
libmce-perl_1.833.orig.tar.gz 177.0 KiB 5eb416aa5498fd47a664dbca5e22362ec431e52bb076797fac06b01ad71a0141
libmce-perl_1.833-1.debian.tar.xz 2.6 KiB 0c1997d976691909a3ef9ee7dd27e92464cffc0d688551f8f7e84f53170f06c2

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.