libmce-perl 1.882-1 source package in Ubuntu
Changelog
libmce-perl (1.882-1) unstable; urgency=medium * Team upload. * Import upstream version 1.882. * Declare compliance with Debian Policy 4.6.2. -- gregor herrmann <email address hidden> Sat, 17 Dec 2022 17:58:16 +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 | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libmce-perl_1.882-1.dsc | 2.4 KiB | 2231bcfc63c4aac5af9a9005b7e562ca8cd8b65427557dfea3c1fd98dba55967 |
libmce-perl_1.882.orig.tar.gz | 221.4 KiB | b1176870bde91fe56ba2a002b88889dc0642fafc6f7b49a9d7e713372169158c |
libmce-perl_1.882-1.debian.tar.xz | 3.4 KiB | 8ac7e1d281461ce6df32ba5a365f5e5f7d78cabb133310f57ae397e6eaa9a399 |
Available diffs
- diff from 1.881-1 to 1.882-1 (21.9 KiB)
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.