perf(chain-state): parallelize into_sorted with rayon (#21193)

This commit is contained in:
Matthias Seitz
2026-01-20 17:42:16 +01:00
committed by GitHub
parent 4f009728e2
commit 2e2cd67663
4 changed files with 27 additions and 9 deletions

View File

@@ -12,7 +12,7 @@ workspace = true
[dependencies]
# reth
reth-chain-state.workspace = true
reth-chain-state = { workspace = true, features = ["rayon"] }
reth-chainspec = { workspace = true, optional = true }
reth-consensus.workspace = true
reth-db.workspace = true