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

chore: Reduce ressource count for a brittle method. #644

Open
wants to merge 4 commits into
base: mainline
Choose a base branch
from

Conversation

robin-aws
Copy link
Contributor

(robin-aws: recut from #643)

I made three function opaques, and rather than revealing it when needed (which might unroll two levels of functions), I simply called a lemma that unrolls it only once as needed. The code verifies using 3x to 2x less resources under the latest nightly

Issue #, if available:

Description of changes:

Squash/merge commit message, if applicable:

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

I made three function opaques, and rather than revealing it when needed (which might unroll two levels of functions), I simply called a lemma that unrolls it only once as needed.
The code verifies using 3x to 2x less resources under the latest nightly
@robin-aws robin-aws changed the title Chore: Reduce ressource count for a brittle method. chore: Reduce ressource count for a brittle method. Mar 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants