mirror of
https://github.com/boostorg/unordered.git
synced 2025-05-11 05:23:58 +00:00
typo
This commit is contained in:
parent
87e0e52cf7
commit
6745d67d62
@ -116,7 +116,7 @@ If the hash function behaves properly:
|
|||||||
just the element found is checked).
|
just the element found is checked).
|
||||||
* The average number of comparisons per unsuccessful lookup should be close to 0.0.
|
* The average number of comparisons per unsuccessful lookup should be close to 0.0.
|
||||||
|
|
||||||
A link:../../benchmark/string_stats.cpp[example^] is provided that displays container
|
An link:../../benchmark/string_stats.cpp[example^] is provided that displays container
|
||||||
statistics for `boost::hash<std::string>`, an implementation of the
|
statistics for `boost::hash<std::string>`, an implementation of the
|
||||||
https://en.wikipedia.org/wiki/Fowler%E2%80%93Noll%E2%80%93Vo_hash_function#FNV-1a_hash[FNV-1a hash^]
|
https://en.wikipedia.org/wiki/Fowler%E2%80%93Noll%E2%80%93Vo_hash_function#FNV-1a_hash[FNV-1a hash^]
|
||||||
and two ill-behaved custom hash functions that have been incorrectly marked as avalanching:
|
and two ill-behaved custom hash functions that have been incorrectly marked as avalanching:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user