The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "dist:MCE subs"

MCE::Subs - Exports functions mapped directly to MCE methods River stage three • 21 direct dependents • 315 total dependents

This module exports functions mapped to MCE methods. All exported functions are prototyped, therefore allowing one to call them without using parentheses. use MCE::Subs qw( :worker ); sub user_func { my $wid = MCE->wid; mce_say "A: $wid"; mce_sync; m...

MARIOROY/MCE-1.889 - 13 Sep 2023 23:37:02 UTC

MCE - Many-Core Engine for Perl providing parallel processing capabilities River stage three • 21 direct dependents • 315 total dependents

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 a...

MARIOROY/MCE-1.889 - 13 Sep 2023 23:37:02 UTC
2 results (0.029 seconds)