Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    __DATA__
    This string contains foo and bar for fools and bards
    and I pity the foo who bars the way
    
  2. or download this
                   Rate         map        loop alternation
    map         14977/s          --         -6%        -25%
    ...
    loop_s 17436/s     --   -37%
    alt_s  27643/s    59%     --
    
  3. or download this
    use strict; 
    use Benchmark 'cmpthese';
    ...
        for (1.. $count) { $string.=chr(ord('a')+rand(20)) } 
        return $string; 
    }
    
  4. or download this
    Stringlength: 1000
    Number of Regexes:10
    ...
          Rate   alt   for
    alt 12.7/s    --  -98%
    for  676/s 5209%    --