Help for this page

Select Code to Download


  1. or download this
    use Benchmark(cmpthese);
    cmpthese(1000000, {
    ...
            undef @h{m/\d\d/g};
        }
    });
    
  2. or download this
          Rate    a    b    c
    a 195427/s   -- -19% -35%
    b 241896/s  24%   -- -20%
    c 300933/s  54%  24%   --