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

Use loop or while once more supported by nargo #22

Open
michaeljklein opened this issue Feb 4, 2025 · 0 comments
Open

Use loop or while once more supported by nargo #22

michaeljklein opened this issue Feb 4, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@michaeljklein
Copy link
Contributor

Problem

loop is currently experimental, but it would be a more efficient way to loop for an unknown number of iterations than for _ 0..MAX (in src/quicksort/quicksort.nr and src/quicksort/quicksort_explicit.nr)

Happy Case

Use loop or while instead of for for quicksort_loop functions.

Workaround

None

Workaround Description

No response

Additional Context

No response

Project Impact

Nice-to-have

Blocker Context

No response

Would you like to submit a PR for this Issue?

None

Support Needs

No response

@michaeljklein michaeljklein added the enhancement New feature or request label Feb 4, 2025
@github-project-automation github-project-automation bot moved this to 📋 Backlog in Noir Feb 4, 2025
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
Status: 📋 Backlog
Development

No branches or pull requests

1 participant