-
Notifications
You must be signed in to change notification settings - Fork 225
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
ACIR gen extremely slow for eddsa
#1750
Comments
I'm timing this again and it's taking a lot longer than 13 minutes this run... already passed 30mins |
Over an hour has passed - killing it. |
The Edit: |
Because acir-gen iterates instruction by instruction it is fairly easy to get a progress bar of how far and how fast it is going. My initial impressions are:
|
Re-opening this issue as eddsa takes a long time still cc @Ethan-000 for visibility |
not sure what the ideal speed should be this is the result benchmarked with code https://github.com/Ethan-000/noir/tree/b_eddsa |
Aim
Compile time should be comparable to old SSA solution.
Expected Behavior
^
Bug
Compiling the example
eddsa
with--experimental-ssa
takes approximately 13 minutes on my 2.3 GHz 8-Core Intel Core i9 MacBook Pro. By contrast the old implementation only takes 1 minute to compile. The time is spent predominantly in ACIR gen.To Reproduce
Installation Method
None
Nargo Version
No response
Additional Context
No response
Would you like to submit a PR for this Issue?
No
Support Needs
No response
The text was updated successfully, but these errors were encountered: