risechain / pevm

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

[Scheduler] Pack `Mutex<TxStatus>` into `AtomicU8` #263

Open hai-rise opened 1 month ago

hai-rise commented 1 month ago

https://github.com/risechain/pevm/blob/131d2745d3305fce8096d1fe52674d62753ab50e/src/scheduler.rs#L42-L44

Rough idea:

This should save 16~18 bytes per transaction and hopefully improve performance.