Help for this page

Select Code to Download


  1. or download this
    for my $i (map 10**$_, 1..4) {
        cmpthese -30, { map { $_ => "$_ 1..$i" } qw/naive buk/ };
    }
    
  2. or download this
             Rate naive   buk
    naive 49811/s    --  -37%
    ...
            Rate naive   buk
    naive 46.9/s    --  -27%
    buk   64.6/s   38%    --