perf(engine): parallel storage roots (#10666)

This commit is contained in:
Roman Krasiuk
2024-09-12 15:12:05 +02:00
committed by GitHub
parent b85a4e8a70
commit acdb7b7e2e
9 changed files with 178 additions and 36 deletions

View File

@ -31,8 +31,9 @@ reth-revm.workspace = true
reth-rpc-types.workspace = true
reth-stages-api.workspace = true
reth-tasks.workspace = true
reth-trie.workspace = true
reth-node-types.workspace = true
reth-trie.workspace = true
reth-trie-parallel.workspace = true
# common
futures.workspace = true