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

Allow Parallel Data Access #3

Open
holmanb opened this issue May 18, 2021 · 0 comments
Open

Allow Parallel Data Access #3

holmanb opened this issue May 18, 2021 · 0 comments

Comments

@holmanb
Copy link
Owner

holmanb commented May 18, 2021

Currently the linked list data structure has poor look up time O(n) and doesn't provide locks for parallel r/w.
Perhaps urcu's lock-free resizable RCU hash table would be a good fit?

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