M. without locking #254
moon-chilled
started this conversation in
Ideas
Replies: 1 comment
-
|
(And use hazard pointers for the resize. I have most of an implementation somewhere, adapted from paul khuong.) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Should insert a speculative entry before starting. If it finds a speculative entry already there, wait for it to turn into an actual entry, so as to avoid duplicating work across threads. Can adapt cliff click 'non blocking hash map' for the implementation, though hayley patton says it is faster to lock on resize than use his non-blocking resize.
Beta Was this translation helpful? Give feedback.
All reactions