perf(engine): migrate to AsyncStateRoot
#10892
Labels
A-consensus
Related to the consensus engine
A-trie
Related to Merkle Patricia Trie implementation
C-perf
A change motivated by improving speed, memory usage or disk footprint
Description
Recently, we've introduced
ParallelStateRoot
in the tree (ref #10666).AsyncStateRoot
is more performant version of that (refer to the docs). SwapParallelStateRoot
forAsyncStateRoot
in the engine tree code.The text was updated successfully, but these errors were encountered: