Help for this page

Select Code to Download


  1. or download this
    use Benchmark(cmpthese);
    cmpthese(1000000, {
    ...
            $a = s/this/this/g;
        }
    });
    
  2. or download this
          Rate    a    b    c
    a 478240/s   --  -4% -19%
    b 497018/s   4%   -- -16%
    c 588235/s  23%  18%   --