You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
verify_share
is slow whenmultiplicity
is large. There's some low-hanging fruit to be picked by parallelization. Use apar_iter
(or whatever) at the following line:jellyfish/vid/src/advz.rs
Line 565 in 89b9345
Fix this issue and #644, then cut a new release for
jf-vid
.The text was updated successfully, but these errors were encountered: