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

Changes for version 1.890 - 2024-06-10

  • Revert back to calling CORE::rand() to set the internal seed. MCE::Hobo cannot assume the srand or setter function used by the application for predictability. 1. https://perlmonks.org/?node_id=11159834 2. https://perlmonks.org/?node_id=11159827
  • Add class method MCE::Hobo->seed to retrieve the seed.

Modules

A threads-like parallelization module
MCE extension for sharing data supporting threads and processes
Array helper class
Base package for helper classes
A hybrid LRU-plain cache helper class
Common API for data classes
Condvar helper class
Handle helper class
Hash helper class
A pure-Perl in-memory data store
An ordered hash class featuring tombstone deletion
Hybrid-queue helper class
Scalar helper class
Sequence helper class
Server/Object packages for MCE::Shared