Help for this page

Select Code to Download


  1. or download this
    C:\test>826814
    Total size in ram: 15132924
    1e6 lookups took 1.619
    size on disk (excluding blocking): 65340000
    Time to construct hash from (ram) file: 14.578
    
  2. or download this
    C:\test>826814-b
    Total size in ram: 8871552
    1e6 lookups took 0.813
    size on disk (excluding blocking): 8822720
    Time to construct hash from storable (ram) file: 0.039
    
  3. or download this
    #! perl -slw
    use strict;
    ...
    1e6 lookups took 1.619
    size on disk (excluding blocking): 65340000
    Time to construct hash from (ram) file: 14.578
    
  4. or download this
    #! perl -slw
    use strict;
    ...
    1e6 lookups took 0.813
    size on disk (excluding blocking): 8822720
    Time to construct hash from storable (ram) file: 0.039