Help for this page

Select Code to Download


  1. or download this
    # a:  if( $s =~ m[(lazy)] ){ $found=$1 }
    Compiling REx "(lazy)"
    ...
    a 2038631/s   -- -50% -75%
    c 4089154/s 101%   -- -49%
    b 8013601/s 293%  96%   --
    
  2. or download this
    use strict;
    use Benchmark 'cmpthese';
    ...
    
    cmpthese( -1, \%benchmarks);