Fix Prover performance regression due to rayon removal from repo #512
Labels
area:circuit-performance
Circuit performance-related topics
fix:regression
Issues related to fix regression problems
team:Core
Low Level Core Development Team (Rust)
With the removal of
rayon
from the repo in #495 the proving process suffered from a perf regression and we didn't notice until the benchmarks were coded again in #509.Therefore, the idea is to bring back just the necessary amount of
rayon
usage to get back the approximately 30% of performance that was lost there.The text was updated successfully, but these errors were encountered: