mirror of
https://github.com/boostorg/unordered.git
synced 2025-05-11 13:34:06 +00:00
[skip ci] typo
This commit is contained in:
parent
3e76b1cf68
commit
6680e86b38
@ -152,7 +152,7 @@ performing container-wide operations such as swapping or assignment.
|
|||||||
|
|
||||||
By using atomic operations to access the group metadata, lookup is (group-level)
|
By using atomic operations to access the group metadata, lookup is (group-level)
|
||||||
lock-free up to the point where an actual comparison needs to be done with an element
|
lock-free up to the point where an actual comparison needs to be done with an element
|
||||||
that has been previously SIMD-matched: only then it's the group's spinlock used.
|
that has been previously SIMD-matched: only then is the group's spinlock used.
|
||||||
|
|
||||||
Insertion uses the following _optimistic algorithm_:
|
Insertion uses the following _optimistic algorithm_:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user