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.
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 1.901-2.fc42 | - |
Fedora 42 | 1.901-2.fc42 | - |
Fedora 41 | 1.900-1.fc41 | 1.900-1.fc41 |
Fedora 40 | 1.889-3.fc40 | - |
Fedora EPEL 9 | 1.876-1.el9 | - |
Fedora EPEL 8 | 1.862-1.el8 | - |
Fedora EPEL 10.0 | 1.900-1.el10_0 | - |
You can contact the maintainers of this package via email at
perl-MCE dash maintainers at fedoraproject dot org
.