fb16dfecae
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
6 lines
445 B
Text
6 lines
445 B
Text
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.
|