mirror of
https://github.com/boostorg/unordered.git
synced 2025-05-11 05:23:58 +00:00
13 lines
573 B
Plaintext
13 lines
573 B
Plaintext
[#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^].
|
|
|