Help for this page

Select Code to Download


  1. or download this
              Rate   myfirst   first
    myfirst  875/s       --     -83%
    first   5236/s      498%     --
    
  2. or download this
    my ( $res ) = grep { $array[$_] =~ m/foo/ } 1..$#array;
    # versus
    ...
           Rate  grep first
    grep  227/s    --  -59%
    first 556/s  144%    --