-
Notifications
You must be signed in to change notification settings - Fork 127
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf: better parallelize multi-pairings (#129)
# Rationale for this change Computing pairings is a significant portion of proof generation time. This PR significantly reduces the cost of multi-pairings. # What changes are included in this PR? * Multi-pairings are parallelized naively rather than using the arkworks version, which is surprisingly inefficient. It may be worth time investigating why exactly this is more efficient. # Are these changes tested? Yes
- Loading branch information
1 parent
51c4f98
commit c4fb180
Showing
1 changed file
with
39 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters