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 "distribution:Parallel-MapReduce DRRHO"

Parallel::MapReduce - MapReduce Infrastructure, multithreaded River stage zero No dependents

In a nutshell, the MapReduce algorithm is this (in sequential form): sub mapreduce { my $mri = shift; my $map = shift; my $reduce = shift; my $h1 = shift; my %h3; while (my ($k, $v) = each %$h1) { my %h2 = &$map ($k => $v); map { push @{ $h3{$_} }, $...

DRRHO/Parallel-MapReduce-0.09 - 30 Jul 2008 04:15:23 UTC

Parallel::MapReduce::Testing - MapReduce Infrastructure, single-threaded, local River stage zero No dependents

This subclass of Parallel::MapReduce implements MapReduce, but only as a single thread. Unlike its superclass, there is no need (or use) to provide lists of servers or workers. This is great for testing your algorithm itself....

DRRHO/Parallel-MapReduce-0.09 - 30 Jul 2008 04:15:23 UTC

Parallel::MapReduce::Worker - MapReduce, local worker River stage zero No dependents

This class implements a local, sequential worker. You will only know about it if you want to subclass it to implement your own worker....

DRRHO/Parallel-MapReduce-0.09 - 30 Jul 2008 04:15:23 UTC

Parallel::MapReduce::Sequential - MapReduce Infrastructure, single-threaded River stage zero No dependents

This subclass of Parallel::MapReduce implements MapReduce as a single thread. Like its superclass it uses a "memcached" server pool to distribute the data and the class can also be used in conjunction of local or remote workers. But everything will h...

DRRHO/Parallel-MapReduce-0.09 - 30 Jul 2008 04:15:23 UTC

Parallel::MapReduce::Worker::SSH - MapReduce, remote worker via SSH River stage zero No dependents

This subclass of Parallel::MapReduce::Worker implements a remote worker using SSH for launching and the resulting SSH tunnel for communicating. By default, the package is trying an SSH client "/usr/bin/ssh" and is assuming that the Perl binary on the...

DRRHO/Parallel-MapReduce-0.09 - 30 Jul 2008 04:15:23 UTC
5 results (0.029 seconds)