Switch out default HashMap hashers
DaniPopes opened this issue · 2 comments
DaniPopes commented
rakita commented
Enabling hashbrown feature:
Line 78 in 7db1adc
revm/crates/primitives/src/lib.rs
Lines 31 to 38 in 7db1adc
Would use hashbrown standard hashes that is ahash.
Hashbrown lib:
https://github.com/rust-lang/hashbrown/blob/4c824c548e85d75f95e0dfcee09c62c5203f9a75/Cargo.toml#L17
We can turn it on in reth
rakita commented
Closing as wontfix. ahash can be enabled with hashbrowns crate