http://www.perlmonks.org?node_id=795585


in reply to implementation of perl hashes, what type of hashing system is used

Some pointers: I found How Hashes Really Work very useful. The article also contains some interesting links like this article by Bob Jenkins (A must read IMHO). If you really want to know the gory details you can dig into the C-code (see for example hv.c).

enjoy;)

  • Comment on Re: hash function what type of hashing system is used

Replies are listed 'Best First'.
Re^2: hash function what type of hashing system is used
by Anonymous Monk on Jan 03, 2013 at 01:43 UTC