Hi!
I’m sorry if I have chosen wrong section for this topic.
We found a crate called chashmap useful in our project, but unfortunately it seems to be unmaintained for a long time. There are a couple of things we’d like to implement in chashmap
, such as ability to choose different hasher or add more tests, including benches. Also the dependencies are a bit outdated right now, and it’s also good to fix them.
What do you think about moving chashmap
into some external repository? Right now it’s hiding inside redox-os/tfs repo which makes sending PRs harder and leaves us without any way to ask question/request a feature using Github issues.