6 Commits

Author SHA1 Message Date
benoit
579cbdb853 Update to p5-MCE-1.874 from wen heping 2021-02-03 08:58:20 +00:00
bluhm
f5153b0e0f update p5-MCE to 1.868
from wen heping; OK sthen@
2020-05-15 22:00:37 +00:00
bluhm
2b9b83aed1 update p5-MCE to 1.865
from wen heping; OK cwen@
2020-02-10 00:32:06 +00:00
sthen
b0fbf1a0ec update to p5-MCE-1.843, based on update to 1.841 from wen heping
(1.841 is no longer available, plus i tweaked DESCR)
2019-07-26 15:02:07 +00:00
sthen
f74b6c2d62 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:44:34 +00:00
bluhm
f8c5cb4f10 import p5-MCE 1.703
from Markus Hennecke; OK sthen@

engine for Perl providing parallel processing capabilities

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.
2016-04-03 11:21:05 +00:00