| Name: | perl-MCE |
|---|---|
| Version: | 1.862 |
| Release: | 1.el8 |
| Architecture: | noarch |
| Group: | Unspecified |
| Size: | 959808 |
| License: | GPL+ or Artistic |
| RPM: | perl-MCE-1.862-1.el8.noarch.rpm |
| Source RPM: | perl-MCE-1.862-1.el8.src.rpm |
| Build Date: | Sun Nov 03 2019 |
| Build Host: | jenkins-10-147-72-125-d2ac1df6-acc4-4fcb-b0d4-e6c082c4d687.appad1iad.osdevelopmeniad.oraclevcn.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. |