perf(engine): pre-warm in-memory database by executing all transactions in parallel #12052
Open
Labels
A-consensus
Related to the consensus engine
C-perf
A change motivated by improving speed, memory usage or disk footprint
Description
Execute all transactions in parallel (perhaps if tx len or gas used exceeds certain threshold) to pre-warm in-memory state. Then execute the block with pre-warmed state.
reth/crates/engine/tree/src/tree/mod.rs
Lines 2174 to 2180 in 2fba3c0
Additional Context
Related to #11161 as it will allow us to start gathering proofs
The text was updated successfully, but these errors were encountered: