Help for this page

Select Code to Download


  1. or download this
    use Modern::Perl;
    use Benchmark qw(cmpthese);
    ...
            splitSome => sub { splitSome() }
        }
    );
    
  2. or download this
                Rate  splitAll splitSome
    splitAll  19.8/s        --      -21%
    splitSome 25.1/s       27%        --