Skip to content

Perf: Precompute hashes for HashMaps 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 HashMaps downstream.

There is the RawEntry api in hashbrown crate that allows this.