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

optimization: address redundant synthesize calls on prove_step #9

Open
Autoparallel opened this issue Feb 5, 2025 · 0 comments
Open

Comments

@Autoparallel
Copy link
Contributor

Idea

When we are using this, synthesize is creating a whole constraint system from a given circuit each time. Rather, we should cache the un-populated constraint system and then only populate a witness on each prove_step.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant