Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
       map     => \&map_test,
       foreach => \&foreach_test,
    });
    
  2. or download this
    This is perl, v5.6.1 built for MSWin32-x86-multi-thread
    
              Rate     map foreach
    map      953/s      --    -25%
    foreach 1278/s     34%      --
    
  3. or download this
    This is perl, v5.8.0 built for MSWin32-x86-multi-thread
    
              Rate     map foreach
    map     1705/s      --    -25%
    foreach 2288/s     34%      --
    
  4. or download this
    This is perl, v5.8.0 built for i386-freebsd
    
              Rate     map foreach
    map      847/s      --    -29%
    foreach 1190/s     40%      --