We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
HashMap
I don't think hash collision is a concern for this crate. Consider using a faster HashMap impl than std::collections::HashMap.
std::collections::HashMap
Reference: https://nnethercote.github.io/perf-book/hashing.html https://nnethercote.github.io/perf-book/linting.html#disallowing-types
The text was updated successfully, but these errors were encountered:
on it, btw should we make this crate wasm compartible
Sorry, something went wrong.
We can. Should be compatible after getting rid of std?
std
on it, btw should we make this crate wasm compartible We can. Should be compatible after getting rid of std?
yeah, this will take a lot of refactoring
FxHashMap
malik672
Successfully merging a pull request may close this issue.
I don't think hash collision is a concern for this crate. Consider using a faster
HashMap
impl thanstd::collections::HashMap
.Reference:
https://nnethercote.github.io/perf-book/hashing.html
https://nnethercote.github.io/perf-book/linting.html#disallowing-types
The text was updated successfully, but these errors were encountered: