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

6 lines
359 B
Plaintext

MCE ("Many-Core Engine") 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.