Help for this page

Select Code to Download


  1. or download this
    ---- [ Formula: hsin ] ------------------------------------
    perl      - distance from BWI to LAX: 2324.06319758555 miles
    ...
    perl       16439/s        --      -24%      -98%
    gis::fast  21721/s       32%        --      -97%
    xs        771011/s     4590%     3450%        --
    
  2. or download this
    #!/usr/bin/env perl
    use strict;
    ...
        cmpthese $benchmarks;
        print "\n";
    }