libmce-perl 1.901-1 source package in Ubuntu
Changelog
libmce-perl (1.901-1) unstable; urgency=medium * Team upload. * Import upstream version 1.901. * Update years of packaging copyright. -- gregor herrmann <email address hidden> Sat, 11 Jan 2025 03:00:58 +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 | |
---|---|---|---|---|
Plucky | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libmce-perl_1.901-1.dsc | 2.4 KiB | ef64d988d513030642789be28fe2ab2fdfaae97334f95399918e08ac4c8d690e |
libmce-perl_1.901.orig.tar.gz | 227.5 KiB | dd146b1e99853e33c1cdbb68c2024aee74067ac78394d51b81d1fab28f50d135 |
libmce-perl_1.901-1.debian.tar.xz | 3.7 KiB | bf3effa4bc638eaa9a6b0feba58ddc9291f7feb0830627c18a7814d53b7c5959 |
Available diffs
- diff from 1.900-1 to 1.901-1 (4.3 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.