libmce-perl 1.889-ok1 source package in openKylin

Changelog

libmce-perl (1.889-ok1) nile; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Tue, 07 May 2024 09:41:49 +0800

Upload details

Uploaded by:
openKylinBot
Sponsored by:
Cibot
Uploaded to:
Nile V2.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Nile V2.0 release main perl
Nile V2.0 proposed main perl

Builds

Nile V2.0: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmce-perl_1.889.orig.tar.gz 225.2 KiB db6153e474d046fc253050bf53c54002d84cd4ca77d21c2b9df56feeb809bbed
libmce-perl_1.889-ok1.debian.tar.xz 2.0 KiB 2c4aa2c3d34cb1f308e803a19ebd69c7c733ade1eae8cae73f4b313708770887
libmce-perl_1.889-ok1.dsc 2.0 KiB b01ebaec9e80eb3b171f0439ed91f120d4746fc0371643927512b716fe2d4650

Available diffs

View changes file

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.