risechain / pevm

Blazingly fast Parallel EVM
MIT License
227 stars 47 forks source link

perf: replace `std` `HashMap` with `hashbrown` 15 & `ahash` with `rustc-hash` 2 #391

Closed hai-rise closed 3 weeks ago

hai-rise commented 3 weeks ago

A new HashMap now should be imported from hashbrown and explicitly declared a hasher (BuildIdentityHasher, BuildSuffixHasher, or FxBuildHasher as the default).