The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 1.406 - 2013-03-12

  • Added support for barrier synchronization (via new sync method).
  • Addressed rounding errors with the sequence generator. The sequence option now follows a bank-teller queuing model when generating numbers. This applies to task 0 only. Other tasks can still specify sequence where numbers will be distributed equally among workers like before.
  • Optimized the _worker_request_chunk private method.
  • A take 2 on the matrix multiplication examples. This is better organized with updated README file to include the script running time in the results.

Modules

MCE
Many-Core Engine for Perl. Provides parallel processing capabilities.
Provides tmp_dir creation & signal handling for Many-Core Engine.