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

Optimisations #20

Open
Antonio95 opened this issue Aug 27, 2024 · 0 comments
Open

Optimisations #20

Antonio95 opened this issue Aug 27, 2024 · 0 comments

Comments

@Antonio95
Copy link
Contributor

It's likely optimisations can be made on the prover and verifier side. For instance, we realised that it is cheaper for the verifier to compute all evaluations of a certain polynomial over the entire domain using an FFT and then select the ones of interest, than to individually evaluate that polynomial at the point of interest (we should implement a threshold to switch from one technique to the other).

Flamegraph is very useful in determining the bottlenecks.

I imagine similar optimisations to the above can be applied to more places.

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