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

Cover entire HashMap API for the HalfBrown map #2

Open
Licenser opened this issue Apr 6, 2019 · 5 comments
Open

Cover entire HashMap API for the HalfBrown map #2

Licenser opened this issue Apr 6, 2019 · 5 comments

Comments

@Licenser
Copy link
Owner

Licenser commented Apr 6, 2019

The HalfBrown map covers the essentials of HashMap but not everything quite a few things are missing.

@Licenser
Copy link
Owner Author

Moving this to the halfbrown repo - it is about 90% done already mostly missing entry and related functions.

@Licenser Licenser transferred this issue from simd-lite/simd-json Apr 29, 2019
@Licenser
Copy link
Owner Author

@shekohex you seemed interested in the issue is there a particular function you need that is still missing?

@shekohex
Copy link

Everything is fine, Thank you for that great crate ❤️

@wbrickner
Copy link

I am trying to use halfbrown as a drop-in replacement for std::collections::HashMap.

one method I am sorely missing is HashMap::retain<F>(&mut self, f: F).

@Licenser
Copy link
Owner Author

@wbrickner added and released as 0.1.12 👍

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

3 participants