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 handling of periodic column multi-linear extension for sum-check prover #310

Open
Al-Kindi-0 opened this issue Sep 9, 2024 · 0 comments

Comments

@Al-Kindi-0
Copy link
Contributor

In the high degree sum-check prover, and due to the succinctness of the periodic columns, when we are iterating over all of the terms in the sum (i.e., the i index) there is some work, which is not significant but not negligible either, which is redundant across terms e.g., interpolating the periodic multi-linear extensions.
We should be able reduce this by doing all of the work we do for each term at the outset i.e., before entering the loop.

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

No branches or pull requests

1 participant