Parallel-parallel_map version 0.01
==================================

really parallel calculations with perl.

You know from school that nothing can be more simple than 2 x 2 = 4
You know from university that it is the simplest operation for computer as well (left shift).
This module tries outperform and speed up even simplest calculations using
all the power of your server CPU cores and familiar map conception.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES


COPYRIGHT AND LICENCE

Put the correct copyright and licence information here.

Copyright (C) 2013 by Oleksandr Kharchenko

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.16.3 or,
at your option, any later version of Perl 5 you may have available.