We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Compiling a noir contract is basically equivalent to compiling a standard noir program for each function, i.e. each function is entirely independent.
Despite this we compile each function serially which results in longer compile times.
We should compile contract functions in parallel.
No response
Yes
The text was updated successfully, but these errors were encountered:
This is more complex than #2613 as the Context isn't thread safe as it is.
Context
Sorry, something went wrong.
No branches or pull requests
Problem
Compiling a noir contract is basically equivalent to compiling a standard noir program for each function, i.e. each function is entirely independent.
Despite this we compile each function serially which results in longer compile times.
Happy Case
We should compile contract functions in parallel.
Alternatives Considered
No response
Additional Context
No response
Would you like to submit a PR for this Issue?
Yes
Support Needs
No response
The text was updated successfully, but these errors were encountered: