| Name: | perl-MCE |
|---|---|
| Version: | 1.829 |
| Release: | 1.el7 |
| Architecture: | noarch |
| Group: | Unspecified |
| Size: | 804777 |
| License: | GPL+ or Artistic |
| RPM: | perl-MCE-1.829-1.el7.noarch.rpm |
| Source RPM: | perl-MCE-1.829-1.el7.src.rpm |
| Build Date: | Fri Dec 08 2017 |
| Build Host: | x86-ol6-builder-03.us.oracle.com |
| Vendor: | Oracle America |
| URL: | http://search.cpan.org/dist/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. |