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

Parallelization of zk-Proving Process for Enhanced Performance in Scroll Prover #348

Open
drnick30 opened this issue Oct 18, 2024 · 0 comments

Comments

@drnick30
Copy link

The current proving process in scroll-prover appears to handle transactions sequentially, which may be a bottleneck for more complex proofs. I suggest exploring parallelization techniques, particularly by offloading certain proof-generation steps, such as FFTs or polynomial commitments, to multiple cores or even GPUs. Implementing this could significantly reduce proving time for batch transactions. I’d be happy to assist with initial benchmarking or testing parallelization methods to assess potential performance gains.

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