Run reconstruction inside a scoped rayon pool (#8075)

Co-Authored-By: Jimmy Chen <jchen.tc@gmail.com>

Co-Authored-By: Eitan Seri- Levi <eserilev@gmail.com>

Co-Authored-By: Eitan Seri-Levi <eserilev@ucsc.edu>
This commit is contained in:
Eitan Seri-Levi
2025-09-23 23:37:34 -07:00
committed by GitHub
parent d80c0ff5b5
commit af274029e8
11 changed files with 123 additions and 60 deletions

3
Cargo.lock generated
View File

@@ -980,7 +980,6 @@ dependencies = [
"metrics",
"num_cpus",
"parking_lot 0.12.3",
"rayon",
"serde",
"slot_clock",
"strum",
@@ -9232,6 +9231,8 @@ dependencies = [
"async-channel 1.9.0",
"futures",
"metrics",
"num_cpus",
"rayon",
"tokio",
"tracing",
]