mirror of
https://github.com/boostorg/unordered.git
synced 2025-07-29 19:07:15 +02:00
typo
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user