Files
unordered/doc/modules/ROOT/pages/bibliography.adoc

13 lines
573 B
Plaintext
Raw Normal View History

[#bibliography]
2022-01-25 14:10:17 -08:00
:idprefix: bibliography_
= Bibliography
2022-01-25 14:10:17 -08:00
* _C/C++ Users Journal_. February, 2006. Pete Becker. http://www.ddj.com/cpp/184402066[STL and TR1: Part III - Unordered containers^]. +
2022-10-31 19:27:35 +01:00
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^].
2022-01-25 14:10:17 -08:00