risechain / pevm

Blazingly fast Parallel EVM
MIT License
217 stars 41 forks source link

Share more `revm` data across threads #319

Open hai-rise opened 1 month ago

hai-rise commented 1 month ago

As building a new Evm each execution is very expensive.

https://github.com/risechain/pevm/blob/d4d2bd0e0959128f75e04c55523af5b2769600e5/src/vm.rs#L554-L563