Name: | perl-MCE |
Version: | 1.900 |
Release: | 1.el10_0 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 1011966 |
License: | GPL-1.0-or-later OR Artistic-1.0-Perl |
RPM: |
perl-MCE-1.900-1.el10_0.noarch.rpm
|
Source RPM: |
perl-MCE-1.900-1.el10_0.src.rpm
|
Build Date: | Fri Jan 24 2025 |
Build Host: | build-ol10-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://metacpan.org/release/MCE |
Summary: | Many-core Engine for Perl providing parallel processing capabilities |
Description: | 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. |