perf(tree): cache canonical trie updates (#5871)

This commit is contained in:
Roman Krasiuk
2024-01-08 19:39:42 +01:00
committed by GitHub
parent 408d1c7e9e
commit bb7dcfaf12
9 changed files with 127 additions and 52 deletions

View File

@ -23,6 +23,7 @@ reth-interfaces.workspace = true
reth-db.workspace = true
reth-provider.workspace = true
reth-stages.workspace = true
reth-trie.workspace = true
# common
parking_lot.workspace = true