libmce-perl 1.879-1 source package in Ubuntu
Changelog
libmce-perl (1.879-1) unstable; urgency=medium * Team upload. * Import upstream version 1.879. * Declare compliance with Debian Policy 4.6.1. -- gregor herrmann <email address hidden> Sat, 28 May 2022 18:33:22 +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 | Published | Component | Section | |
---|---|---|---|---|
Kinetic | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libmce-perl_1.879-1.dsc | 2.4 KiB | 3d98dd5a193fbfa2f66084e3455bf5ac20aec48b363bb60b025a9f247cbe2ad8 |
libmce-perl_1.879.orig.tar.gz | 219.3 KiB | 9c4cf39838b5c113448799af451b3d64b54e0de39d635536d7e85e8bdc5888dc |
libmce-perl_1.879-1.debian.tar.xz | 3.4 KiB | fc0cb27dca730aa0f070f5504ba6fa6408770de8642401fd2c154391a7a94779 |
Available diffs
- diff from 1.878-1 to 1.879-1 (6.5 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.