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

Optimize GDA code #46

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

Optimize GDA code #46

wants to merge 4 commits into from

Conversation

cygaar
Copy link
Contributor

@cygaar cygaar commented Apr 12, 2023

Reduced the number of unnecessary caches to save on gas used. I also divided alpha^n by alpha instead of calculating alpha^(n-1) to further reduce gas.

Also updated the CI pipeline to properly run ffi tests

@cygaar cygaar changed the title Optimize gda code Optimize GDA code Apr 12, 2023
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.

1 participant