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

1
Cargo.lock generated
View File

@@ -7788,6 +7788,7 @@ dependencies = [
"parking_lot",
"pin-project",
"rand 0.9.2",
"rayon",
"reth-chainspec",
"reth-errors",
"reth-ethereum-primitives",