Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

M. without locking #160

Open
moon-chilled opened this issue Oct 3, 2022 · 1 comment
Open

M. without locking #160

moon-chilled opened this issue Oct 3, 2022 · 1 comment

Comments

@moon-chilled
Copy link
Contributor

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.

@moon-chilled
Copy link
Contributor Author

(And use hazard pointers for the resize. I have most of an implementation somewhere, adapted from paul khuong.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant