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

Compile contract functions in parallel #2609

Closed
TomAFrench opened this issue Sep 8, 2023 · 1 comment
Closed

Compile contract functions in parallel #2609

TomAFrench opened this issue Sep 8, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@TomAFrench
Copy link
Member

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

@TomAFrench TomAFrench added the enhancement New feature or request label Sep 8, 2023
@github-project-automation github-project-automation bot moved this to 📋 Backlog in Noir Sep 8, 2023
@TomAFrench
Copy link
Member Author

This is more complex than #2613 as the Context isn't thread safe as it is.

@kevaundray kevaundray closed this as not planned Won't fix, can't repro, duplicate, stale Jan 15, 2024
@github-project-automation github-project-automation bot moved this from 📋 Backlog to ✅ Done in Noir Jan 15, 2024
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
Archived in project
Development

No branches or pull requests

2 participants