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: set default compression threshold #599

Merged
merged 2 commits into from
Mar 24, 2023
Merged

Conversation

ivokub
Copy link
Collaborator

@ivokub ivokub commented Mar 24, 2023

I ended up with 300. After that even with large circuits the constraint number reduction is insignificant and before that the compile time overhead is small (but get approx 4% less constraints for pairing circuit).

Resolves #590.

@ivokub ivokub added the perf label Mar 24, 2023
@ivokub ivokub added this to the v0.9.0 milestone Mar 24, 2023
@ivokub ivokub requested a review from gbotrel March 24, 2023 09:43
@ivokub ivokub self-assigned this Mar 24, 2023
@ivokub ivokub requested review from ThomasPiellard and removed request for gbotrel March 24, 2023 09:45
@ivokub
Copy link
Collaborator Author

ivokub commented Mar 24, 2023

It is good to have this PR with #583, otherwise circuits with a lot of range checks compile very slowly.

@ivokub ivokub merged commit a434221 into develop Mar 24, 2023
@ivokub ivokub deleted the feat/default-compress branch March 24, 2023 10:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants