Skip to content

Build zkeys in parallel #351

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

Open
1 task done
NicoSerranoP opened this issue Mar 7, 2025 · 0 comments
Open
1 task done

Build zkeys in parallel #351

NicoSerranoP opened this issue Mar 7, 2025 · 0 comments

Comments

@NicoSerranoP
Copy link
Member

Prerequisites

Please answer the following question for yourself before submitting a feature request.

  • I checked to make sure that this request has not already been filed

Motivation

The zkey building process could be time consuming if the circuit are large.

Details

We could use a Promise.all([ ... ]) or something similar to build the .zkeys in parallel rather than sequentially. Remember that we need all zkeys for the next steps of the setup process.

Make sure that you have reviewed p0tion's Contributor Guidelines

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