libmce-perl 1.897-1 source package in Ubuntu

Changelog

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

  * Team upload.
  * Import upstream version 1.897.

 -- gregor herrmann <email address hidden>  Sun, 28 Jul 2024 20:57:04 +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
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmce-perl_1.897-1.dsc 2.4 KiB b11a9c7338e9fc73a90f3e7df30fca726c10261cb8d22c2af984b10b98415cfd
libmce-perl_1.897.orig.tar.gz 228.1 KiB 673d337d14fc2d7a12576ca6615c729821dc616ee76e0ecc9c0f32de8a9f9c39
libmce-perl_1.897-1.debian.tar.xz 3.6 KiB 303a9187b33e5f2ae13cf383a36e838b8743e7b1ccbe3e31e259659cc10aaa92

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.