Looking for production quality Hash table/ unordered map implementation to learn?

Posted by Passionate programmer on Stack Overflow See other posts from Stack Overflow or by Passionate programmer
Published on 2010-06-13T07:02:37Z Indexed on 2010/06/13 7:12 UTC
Read the original article Hit count: 218

Filed under:
|
|
|
|
  1. Looking for good source code either in C or C++ or Python to understand how a hash function is implemented and also how a hash table is implemented using it.
  2. Very good material on how hash fn and hash table implementation works.

Thanks in advance.

© Stack Overflow or respective owner

Related posts about c++

Related posts about python