perf(tree): integrate parallel state root (#7161)

This commit is contained in:
Roman Krasiuk
2024-03-21 17:08:49 +01:00
committed by GitHub
parent aac0b00f53
commit 56b63adecc
17 changed files with 184 additions and 144 deletions

View File

@ -18,6 +18,7 @@ reth-db.workspace = true
reth-provider.workspace = true
reth-stages.workspace = true
reth-trie = { workspace = true, features = ["metrics"] }
reth-trie-parallel = { workspace = true, features = ["parallel"] }
# common
parking_lot.workspace = true