Help for this page

Select Code to Download


  1. or download this
    # Pre-reversed input strings, boolean match:
    Benchmark: timing 100000 iterations of regexes_3p0s1, sexeger_3p1s0...
    ...
    sexeger_3p1s0 6089/s            --           -4%
    regexes_3p0s1 6333/s            4%            --
    
  2. or download this
    #!/usr/bin/perl
    use Benchmark qw(timethese cmpthese );
    ...
    
    =cut