risechain / pevm

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

perf: use AtomicUsize to replace Mutex<TxStatus> #266

Open kien-rise opened 1 month ago

kien-rise commented 1 month ago

Resolves https://github.com/risechain/pevm/issues/263

kien-rise commented 1 month ago

Let me support the use cases where lock is not needed.

Converting to draft.