Robert Barta > Parallel-MapReduce-0.05 > Parallel::MapReduce::Testing

Download:
Parallel-MapReduce-0.05.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 0.03   Source   Latest Release: Parallel-MapReduce-0.09

NAME ^

Parallel::MapReduce::Testing - MapReduce Infrastructure, single-threaded, local

SYNOPSIS ^

  use Parallel::MapReduce::Testing;
  my $mri = new Parallel::MapReduce::Testing;

  # rest like in Parallel::MapReduce

DESCRIPTION ^

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.

SEE ALSO ^

Parallel::MapReduce

COPYRIGHT AND LICENSE ^

Copyright 200[8] by Robert Barta, <drrho@cpan.org>

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.