This commit is contained in:
joaquintides
2022-11-28 17:37:13 +01:00
parent ffa5e6f805
commit 725993ab95

View File

@ -260,7 +260,7 @@ The diagram shows the basic internal layout of `boost::unordered_flat_map` and
.Open-addressing layout used by Boost.Unordered.
image::foa.png[align=center]
As with all open-addressing containers, elements are stored directly into the bucket array.
As with all open-addressing containers, elements are stored directly in the bucket array.
This array is logically divided into 2^_n_^ _groups_ of 15 elements each.
In addition to the bucket array, there is an associated _metadata array_ with 2^_n_^
16-byte words.