risechain / pevm

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

chore: store FxBuildHasher by value #392

Closed DaniPopes closed 1 month ago

DaniPopes commented 1 month ago

FxBuildHasher is a ZST, there is no benefit to storing it by reference; even if it was something like a random state it would hold 1 or 2 u64s, which should still be copied rather than passed by reference