risechain / pevm

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

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

Closed hai-rise closed 1 month ago

hai-rise commented 1 month ago

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