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

feat: refactor Evaluable to return fr.Element #296

Merged
merged 1 commit into from
Sep 5, 2024

Conversation

DavePearce
Copy link
Collaborator

This makes a fairly large change to the handling of values being moved around to reduce the amount loaded onto the heap. For example, the Evaluable interface now returns fr.Element rather than *fr.Element. However, the changes are far wider reaching than this, since in many other places *fr.Element was being used where fr.Element could be.

This makes a fairly large change to the handling of values being moved
around to reduce the amount loaded onto the heap.  For example, the
`Evaluable` interface now returns `fr.Element` rather than
`*fr.Element`.  However, the changes are far wider reaching than this,
since in many other places `*fr.Element` was being used where
`fr.Element` could be.
@DavePearce DavePearce linked an issue Sep 5, 2024 that may be closed by this pull request
@DavePearce DavePearce merged commit 553c3fa into main Sep 5, 2024
2 checks passed
@DavePearce DavePearce deleted the 293-refactor-evaluable-to-return-frelement branch September 5, 2024 15:15
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.

Refactor Evaluable to return fr.Element
1 participant