Perf: Precompute hashes for HashMap
s with raw_entry
api
We might be able to improve performance by precomputing the hashes in the upstream hashing threads that are used by the HashMap
s downstream.
There is the RawEntry
api in hashbrown
crate that allows this.