Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support for non-immediate proof maintenance (#4563)
When doing large real-world proofs with a high degree of parallelism, the bandwidth is overtaken by the writing of the proof to disk on every proof iteration, slowing the process considerably. This PR introduces the ability to write to disk and perform the callback on every `maintenance_iterations` of the parallel proof, set by default to 32. EDIT: Actually, perhaps it's a better idea to write the proof every `max_workers` iterations. --------- Co-authored-by: rv-jenkins <[email protected]> Co-authored-by: devops <[email protected]> Co-authored-by: Noah Watson <[email protected]> Co-authored-by: Georgy Lukyanov <[email protected]>
- Loading branch information