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

CopyOnWrite open addressing linear probing map/set #320

Open
franz1981 opened this issue Sep 5, 2020 · 0 comments
Open

CopyOnWrite open addressing linear probing map/set #320

franz1981 opened this issue Sep 5, 2020 · 0 comments

Comments

@franz1981
Copy link
Collaborator

Due to netty/netty#10530
I have used a copy on write approach with the existing IdentityHashMap: I believe a smarter approach would use the rehashing/compacting phases of a such maps on put/remove to improve the performance during modifications while saving tons of wasted memory too.
Hope to have some time to implement these...if not, please feel free to pick this one :)

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

No branches or pull requests

2 participants