Help for this page

Select Code to Download


  1. or download this
     Create table 5000 x 12
    Dbindcol     660153.156  recs/sec    4.8 x faster  DBC
    ...
    arrayref     525486.075  recs/sec    3.8 x faster  AR
    array        227086.929  recs/sec    1.7 x faster  A
    hashref      136836.344  recs/sec                  HR
    
  2. or download this
        {   $sth->execute;
            my ($n, $now) = (0, [ gettimeofday ]);
    ...
                }
            report ("Dbindcol", $n, $now);
            }