[#bibliography] :idprefix: bibliography_ = Bibliography * _C/C++ Users Journal_. February, 2006. Pete Becker. http://www.ddj.com/cpp/184402066[STL and TR1: Part III - Unordered containers^]. + An introduction to the standard unordered containers. * _Wikipedia_. https://en.wikipedia.org/wiki/Hash_table[Hash table^]. + An introduction to hash table implementations. Discusses the differences between closed-addressing and open-addressing approaches. * Peter Dimov, 2022. https://pdimov.github.io/articles/unordered_dev_plan.html[Development Plan for Boost.Unordered^].