Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate parallel proof running #23

Open
jaisnan opened this issue Jan 26, 2023 · 0 comments
Open

Investigate parallel proof running #23

jaisnan opened this issue Jan 26, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@jaisnan
Copy link
Contributor

jaisnan commented Jan 26, 2023

The current way the extension runs the proofs is to line them up in a queue and run them one by one. But this is not necessary, this can optimized for cases when a user wants to run proofs on the entire crate.

What's to be investigated is how much memory intensive this might be. Some proofs already are memory and stack intensive enough to cause crashes to the extension and stop verification. If there's a timeout mechanism of some sort then maybe the process for running that specific proof can be stopped while parallel running the other proofs.

@feliperodri feliperodri added the enhancement New feature or request label May 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants