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

containsKey call AbstractMap.containsKey #62

Open
ohad7 opened this issue Oct 31, 2019 · 1 comment
Open

containsKey call AbstractMap.containsKey #62

ohad7 opened this issue Oct 31, 2019 · 1 comment
Labels

Comments

@ohad7
Copy link

ohad7 commented Oct 31, 2019

OakMap.containsKey currently calls AbstractMap.containsKey which scans the entire map - it's possible to overcome by using zc().get(key) != null , however it will make more sense if OakMap did that on its own

@sanastas
Copy link
Contributor

sanastas commented Mar 1, 2021

That would be an excellent and easy part of Hackathon! Adding AbstractMap.containsKey API working using ZeroCopy internals. For more explanations feel free to add questions in this issue.

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

No branches or pull requests

2 participants