Search results for "module:Parallel::Pipes"
Parallel::Pipes - parallel processing using pipe(2) for communication and synchronization
NOTE: Parallel::Pipes provides low-level interfaces. If you are interested in using Parallel::Pipes, you may want to look at Parallel::Pipes::App instead, which provides more friendly interfaces. Parallel processing is essential, but it is also diffi...
SKAJI/Parallel-Pipes-0.200 - 18 Mar 2023 01:17:11 UTC
Parallel::Pipes::App - friendly interface for Parallel::Pipes
Parallel::Pipes::App provides friendly interfaces for Parallel::Pipes....
SKAJI/Parallel-Pipes-0.200 - 18 Mar 2023 01:17:11 UTC
Parallel::Loops - Execute loops using parallel forked subprocesses
Often a loop performs calculations where each iteration of the loop does not depend on the previous iteration, and the iterations really could be carried out in any order. This module allows you to run such loops in parallel using all the CPUs at you...
PMORCH/Parallel-Loops-0.10 - 17 Oct 2018 14:10:27 UTC
Parallel::DataPipe - parallel data processing conveyor
If you have some long running script processing data item by item (having on input some data and having on output some processed data i.e. aggregation, webcrawling,etc) you can speed it up 4-20 times using parallel datapipe conveyour. Modern computer...
OKHARCH/Parallel-DataPipe-0.12 - 18 Oct 2022 10:53:53 UTC
Parallel::Iterator - Simple parallel execution
This module provides a 'parallel map'. Multiple worker processes are forked so that many instances of the transformation function may be executed simultaneously. For time consuming operations, particularly operations that spend most of their time wai...
ARISTOTLE/Parallel-Iterator-1.002 - 09 Aug 2022 22:36:21 UTC