http://qs321.pair.com?node_id=1034742


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