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

Use parallelism over multiplicity in ADVZ verify_share #646

Closed
ggutoski opened this issue Aug 1, 2024 · 0 comments · Fixed by #650
Closed

Use parallelism over multiplicity in ADVZ verify_share #646

ggutoski opened this issue Aug 1, 2024 · 0 comments · Fixed by #650
Assignees
Labels
jf-vid-prep-audit-benches T-perf Type: performance improvements vid

Comments

@ggutoski
Copy link
Contributor

ggutoski commented Aug 1, 2024

verify_share is slow when multiplicity is large. There's some low-hanging fruit to be picked by parallelization. Use a par_iter (or whatever) at the following line:

(0..self.multiplicity as usize)

Fix this issue and #644, then cut a new release for jf-vid.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
jf-vid-prep-audit-benches T-perf Type: performance improvements vid
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants