Bibliography
-
C/C++ Users Journal. February, 2006. Pete Becker. STL and TR1: Part III - Unordered containers.
An introduction to the standard unordered containers. -
Wikipedia. Hash table.
An introduction to hash table implementations. Discusses the differences between closed-addressing and open-addressing approaches. -
Peter Dimov, 2022. Development Plan for Boost.Unordered.