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
-[x] std::collections::{[HashMap](https://doc.rust-lang.org/std/collections/struct.HashMap.html), [HashSet](https://doc.rust-lang.org/std/collections/struct.HashSet.html)} with `RandomState`
93
84
94
-
# Performance
95
-
96
-
To bench the hash function, we need nighly rust
85
+
## Benchmark
97
86
98
87
```bash
99
-
$ cargo +nightly bench
88
+
$ cargo bench
100
89
```
101
-
102
-
Please check [smhasher](https://github.com/rurban/smhasher/tree/master/doc) reports for more details.
0 commit comments