Help for this page

Select Code to Download


  1. or download this
    my $stime = time;
    
    ...
    
    my $etime = time;
    print($etime-$stime, " seconds to count the $count 1s in 32_000_000 bi
    +ts\n");
    
  2. or download this
    4 seconds to count the 14665902 1s in 32_000_000 bits