Skip to content

Commit

Permalink
[skip ci] editorial
Browse files Browse the repository at this point in the history
  • Loading branch information
joaquintides committed Dec 1, 2023
1 parent 74ca1b0 commit f493603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/unordered/hash_traits.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Users can then declare a hash function `Hash` as avalanching either by embedding
into the definition of `Hash`, or directly by specializing `hash_is_avalanching<Hash>` to a class with
an embedded compile-time constant `value` set to `true`.

xref:unordered_flat_set[`boost::unordered_flat_set`] and xref:unordered_flat_map[`boost::unordered_flat_map`]
Open-addressing and concurrent containers
use the provided hash function `Hash` as-is if `hash_is_avalanching<Hash>::value` is `true`; otherwise, they
implement a bit-mixing post-processing stage to increase the quality of hashing at the expense of
extra computational cost.
Expand Down

0 comments on commit f493603

Please sign in to comment.