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

[performance] hashmap #6

Open
peter7891 opened this issue Mar 25, 2023 · 1 comment
Open

[performance] hashmap #6

peter7891 opened this issue Mar 25, 2023 · 1 comment

Comments

@peter7891
Copy link

Have you tried to use a btreemap, instead of the hashmap?
It might be faster, for various reasons.

If not, i think https://crates.io/crates/rustc-hash is faster than Ahash.

@zesterer
Copy link
Owner

I've not done all that much performance testing, no. I've not had much time to maintain this crate what with other commitments, but I'm happy to review and accept PRs if you think there are improvements to be made in this area.

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

2 participants