Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re^3: Efficient giant hashes

by Anonymous Monk
on Mar 10, 2005 at 15:15 UTC ( [id://438281]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
            Rate  keys while
    keys  5.23/s    --  -26%
    while 7.05/s   35%    --
    
  2. or download this
    for my $k1 (keys %hash) {
        for my $k2 (keys %hash) {
    ...
        %hash = ();
        ....
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://438281]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (None)
    As of 2024-04-19 00:22 GMT
    Sections?
    Information?
    Find Nodes?
    Leftovers?
      Voting Booth?

      No recent polls found