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

Implementation of lock-free version of hash array mapped trie(HAMT) #175

Open
wants to merge 12 commits into
base: master
Choose a base branch
from

Conversation

DamirJann
Copy link

This implementation is based on the article (https://arxiv.org/abs/1709.06056).
Besides, ABA problem is solved

@lgtm-com
Copy link

lgtm-com bot commented Sep 30, 2022

This pull request introduces 1 alert when merging 0a4a3ec into 9985d2a - view on LGTM.com

new alerts:

  • 1 for Inconsistent definition of copy constructor and assignment ('Rule of Two')

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

Successfully merging this pull request may close these issues.

None yet

1 participant