Help for this page

Select Code to Download


  1. or download this
                Rate return no ret
    return 4682554/s     --   -30%
    no ret 6642457/s    42%     --
    
  2. or download this
    use Benchmark qw( cmpthese );
    
    ...
        'return' => sub { return \%hash },
        'no ret' => sub { \%hash },
    });