#SUPRA 1️⃣ Ethereum's slow execution model Ethereum currently processes transactions one by one, like a long line of cashiers in a store.
This is called sequential execution and can slow things down, especially when the network is busy.
To solve this problem, developers introduced pEVM (Parallel Ethereum Virtual Machine), an idea inspired by @Aptos's BlockSTM.
2️⃣What is pEVM?
pEVM runs multiple transactions simultaneously to speed things up, assuming they don't conflict.
Once executed, the system checks for conflicts: ⚠️ If two transactions modify the same account, you must reverse one trans
View OriginalThis is called sequential execution and can slow things down, especially when the network is busy.
To solve this problem, developers introduced pEVM (Parallel Ethereum Virtual Machine), an idea inspired by @Aptos's BlockSTM.
2️⃣What is pEVM?
pEVM runs multiple transactions simultaneously to speed things up, assuming they don't conflict.
Once executed, the system checks for conflicts: ⚠️ If two transactions modify the same account, you must reverse one trans









