1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/devel/p5-MCE/pkg-descr
Sunpoet Po-Chuan Hsieh ba42ddad9d Update to 1.838
- Update WWW

Changes:	https://metacpan.org/changes/distribution/MCE
2019-01-24 17:50:18 +00:00

9 lines
484 B
Plaintext

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.
WWW: https://metacpan.org/release/MCE