Help for this page

Select Code to Download


  1. or download this
    use Benchmark qw( cmpthese );
    
    ...
    @array = (@array) x 100;
    print(@array . " words:\n\n");
    cmpthese(-2, \%tests);
    
  2. or download this
    20 words:
    
    ...
                Rate stringify      join
    stringify 2736/s        --       -3%
    join      2813/s        3%        --