Help for this page

Select Code to Download


  1. or download this
    my $string= ' ' x 2**19;
    $string= '';
    
  2. or download this
    use Benchmark "cmpthese";
    
    ...
        'pre' => 'pre()',
        'std' => 'std()'
    });
    
  3. or download this
          Rate pre std
    pre 43.6/s  -- -7%
    std 46.7/s  7%  --