Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re^4: performance of counting keys in a big hash

by demerphq (Chancellor)
on May 22, 2013 at 13:44 UTC ( [id://1034742]=note: print w/replies, xml ) Need Help??


in reply to Re^3: performance of counting keys in a big hash
in thread performance of counting keys in a big hash

:-)

Seriously tho, its not as hard as people think. In fact a lot of the time its easy. All of the code for perl's hash implementation lives in three files, hv.h, hv_func.h, hv.c.

hv_func.h is the home of the new hash functions if you want to look at the options.

---
$world=~s/war/peace/g

  • Comment on Re^4: performance of counting keys in a big hash

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (2)
As of 2024-04-26 05:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found