Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re^3: Ref to hash entries are faster?

by Not_a_Number (Prior)
on Nov 29, 2006 at 23:16 UTC ( [id://586838]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    use Benchmark 'cmpthese';
    ...
        return if $$ref == MAX;
      }
    }
    
  2. or download this
             Rate  refit lookup
    refit  4263/s     --   -21%
    lookup 5407/s    27%     --
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (6)
As of 2024-04-24 23:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found