halfbrown icon indicating copy to clipboard operation
halfbrown copied to clipboard

Cover entire HashMap API for the HalfBrown map

Open Licenser opened this issue 6 years ago • 5 comments

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

Licenser avatar Apr 06 '19 19:04 Licenser

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

Licenser avatar Apr 29 '19 17:04 Licenser

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

Licenser avatar Apr 29 '19 17:04 Licenser

Everything is fine, Thank you for that great crate :heart:

shekohex avatar Apr 30 '19 07:04 shekohex

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).

wbrickner avatar Oct 28 '21 00:10 wbrickner

@wbrickner added and released as 0.1.12 :+1:

Licenser avatar Oct 28 '21 09:10 Licenser