Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    ...
    
    @array = ("x" x (8 * 2**20)) x 32;
    bench "Short array, huge values";
    
  2. or download this
    Long array, tiny values
    pdcawley 26.1/s       --     -17%
    ...
    Short array, huge values
    pdcawley   4.32       --     -53%
    juerd      2.04     112%       --