Help for this page

Select Code to Download


  1. or download this
                Rate    list     ref list_nc
    list    132332/s      --    -52%    -56%
    ref     273067/s    106%      --     -9%
    list_nc 300755/s    127%     10%      --
    
  2. or download this
             Rate    list list_nc     ref
    list    148/s      --    -69%    -73%
    list_nc 469/s    218%      --    -14%
    ref     545/s    269%     16%      --
    
  3. or download this
    use strict;
    use warnings;
    ...
    our @a = ('-') x ( $ARGV[0] || 10 );
    
    cmpthese(-1, \%tests);