-
Notifications
You must be signed in to change notification settings - Fork 63
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
Improve crucible_jvm_verify
performance
#399
Comments
Currently the crucible ECDSA proof is about 15x slower than the |
Even when using I believe the slowdown is due to calling the Cryptol parser and type checker so many times to process terms in Cryptol quotes
I wonder if there might be some computation that is repeated for every set of cryptol quotes, which we might be able to cache and re-use. |
We've made a bunch of improvements which should be sufficient for 0.3. I'm going to leave this open to track further improvements, though. |
crucible_jvm_verify
more thoroughlycrucible_jvm_verify
performance
In a branch, the |
As of #932, |
Ensure that the entire ECDSA proof can complete successfully, and in less than 2x the time taken by
java_verify
.The text was updated successfully, but these errors were encountered: