-
Notifications
You must be signed in to change notification settings - Fork 204
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
Optimize update_acir
#2474
Labels
enhancement
New feature or request
Comments
2 tasks
ping @kevaundray for visibility |
Nice! Can you explain the changes you made and quantify the difference in terms of percentage improvements? |
I think the way the code was written. the compiler was calling an internal method that allocates memory by collecting it into a vector, which can be avoided. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem
currently
update_acir
is taking a lot of times in some programs eg.eddsa
andsha2_blocks
executioneddsa:
sha2_blocks:
did some changes it seems these can be avoided
Happy Case
optimize this to
eddsa:
sha2_blocks:
Alternatives Considered
No response
Additional Context
No response
Would you like to submit a PR for this Issue?
Maybe
Support Needs
No response
The text was updated successfully, but these errors were encountered: