Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    
        return @ends;
    }
    
  2. or download this
    sub find_ends {
        local $_ = $_[0];
    ...
    
        return @ends;
    }
    
  3. or download this
    Benchmark: running rd, tb for at least 10 CPU seconds...
            rd:  9 wallclock secs (10.36 usr +  0.01 sys = 10.37 CPU) @ 29
    +908.68/s (n=310153)
    ...
          Rate   tb   rd
    tb  5603/s   -- -81%
    rd 29909/s 434%   --