libmce-perl 1.902-ok1 source package in openKylin

Changelog

libmce-perl (1.902-ok1) huanghe; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Fri, 29 May 2026 09:04:53 -0700

Upload details

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

Publishing See full publishing history

Series Pocket Published Component Section
Huanghe V3.0 proposed main perl

Downloads

File Size SHA-256 Checksum
libmce-perl_1.902.orig.tar.gz 228.3 KiB 559af28d5310302ca63599e59f0dd76c3247b4523449c2745c5ef159968051a1
libmce-perl_1.902-ok1.debian.tar.xz 2.0 KiB 94d078192393ecec510eb7cb4126b7de303ac8e7c3fe80131faecd6faebf5af0
libmce-perl_1.902-ok1.dsc 2.0 KiB 0f6954638412dda9c57adbd39702d05c908a7380982b056d32bcd7680f5f3841

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.