A utility module for MCE. Nothing is exported by default. Exportable is get_ncpu. get_ncpu() Returns the number of logical (online/active/enabled) CPU cores; never smaller than one. my $ncpu = MCE::Util::get_ncpu(); Specifying 'auto' for max_workers ...
MARIOROY/MCE-1.864 - 04 Dec 2019 18:03:44 GMTA hobo is a migratory worker inside the machine that carries the asynchronous gene. Hobo processes are equipped with "threads"-like capability for running code asynchronously. Unlike threads, each hobo is a unique process to the underlying OS. The IP...
MARIOROY/MCE-Shared-1.864 - 04 Dec 2019 18:07:35 GMTThis module provides a collection of sugar methods and helpful output iterators for preserving output order....
MARIOROY/MCE-1.864 - 04 Dec 2019 18:03:44 GMTThis module enables workers to receive and pass on information orderly with zero involvement by the manager process while running. The module is loaded automatically when MCE option "init_relay" is specified. All workers (belonging to task_id 0) must...
MARIOROY/MCE-1.864 - 04 Dec 2019 18:03:44 GMTMCE::Child is a fork of MCE::Hobo for compatibility with Perl 5.8. A child is a migratory worker inside the machine that carries the asynchronous gene. Child processes are equipped with "threads"-like capability for running code asynchronously. Unlik...
MARIOROY/MCE-1.864 - 04 Dec 2019 18:03:44 GMTThis module provides data sharing capabilities for MCE supporting threads and processes. MCE::Hobo provides threads-like parallelization for running code asynchronously....
MARIOROY/MCE-Shared-1.864 - 04 Dec 2019 18:07:35 GMTAn ordered-hash helper class for use as a standalone or managed by MCE::Shared. This module implements an ordered hash featuring tombstone deletion, inspired by Hash::Ordered. An ordered hash is very much like a normal hash but with key insertion ord...
MARIOROY/MCE-Shared-1.864 - 04 Dec 2019 18:07:35 GMT