risechain / pevm

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

Downsize `TxIdx` (`= BlockSize`) and `TxIncarnation` #304

Open hai-rise opened 1 month ago

hai-rise commented 1 month ago

While the code is easy, it is non-trivial to reason and show that this improves performance, as moving away from usize is not always free.