You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
.The text was updated successfully, but these errors were encountered: