libmce-perl

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.

Chunking and input data are optional in MCE. One may use MCE to run many workers in parallel without specifying input data.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://metacpan.org/release/MCE


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install libmce-perl