libmce-perl 1.889-1 source package in Ubuntu

Changelog

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

  * Team upload.
  * Import upstream version 1.889.

 -- gregor herrmann <email address hidden>  Sat, 30 Sep 2023 00:02:26 +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
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmce-perl_1.889-1.dsc 2.4 KiB 471a93fd9afb350670d8a695a73f8b3e4ba764cc53897d1c43230e504875798d
libmce-perl_1.889.orig.tar.gz 225.2 KiB db6153e474d046fc253050bf53c54002d84cd4ca77d21c2b9df56feeb809bbed
libmce-perl_1.889-1.debian.tar.xz 3.5 KiB f339c95f14f5fb07c54c5f10810795c585713cb7cd6bcf8b8554b5171d653314

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.