Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
              Rate  lin_s fast_s
    lin_s   5761/s     --   -48%
    fast_s 11183/s    94%     --
    
  2. or download this
    sub straight_merge {
        my ($array)=(@_);
    ...
            @$array=@$buffer;
        }
    }