Help for this page

Select Code to Download


  1. or download this
    sub using_index {
       our $seq; *seq = \$_[0];
    ...
    
       return @groups;
    }
    
  2. or download this
    use strict;
    use warnings;
    ...
          using_regexp => sub { my @groups = using_regexp $seq; 1; },
       });
    }
    
  3. or download this
                   Rate  using_index using_regexp
    using_index  2039/s           --         -63%
    using_regexp 5467/s         168%           --