Investigate TransactionSigned::recover_signers
performance
#5189
Labels
A-staged-sync
Related to staged sync (pipelines and stages)
S-needs-benchmark
This set of changes needs performance benchmarking to double-check that they help
S-needs-investigation
This issue requires detective work to figure out what's going wrong
S-stale
This issue/PR is stale and will close with no further activity
Describe the feature
Currently
TransactionSigned::recover_signers
usesinto_par_iter
, and although rayon does handle it in a nice way, there might be some more performance to gain from using a chunk approach similar to the one inSenderRecoveryStage
.Probably unifying is the best outcome here. Chunk + Threshold.
Requires benchmarking.
Additional context
No response
The text was updated successfully, but these errors were encountered: