Help for this page

Select Code to Download


  1. or download this
    my @list = @input;
    @list = EXPR @list;
    
  2. or download this
    my @list = EXPR @input;
    
  3. or download this
    use warnings;
    use strict;
    use Benchmark 'cmpthese';
    ...
    NoOverwrite     61148/s 208%        39%   7%          --        -12%  
    +          -22%
    Discipulus2     69804/s 252%        59%  23%         14%          --  
    +          -11%
    Splice_FirstIdx 78838/s 297%        80%  38%         29%         13%  
    +            --