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
As a user I'd like to parallelize proof generation to improve speed of overall process.
Research if it's possible to use workers for proof generation: better to use promise all because proof generation groth16 is already implemented worker logic and doesn't make sense to wrap it in a web worker again. Plus, using I/O operations is optimized better than trying to put it into a web worker
Try to generate different proofs with forking and then combine the results
The text was updated successfully, but these errors were encountered:
As a user I'd like to parallelize proof generation to improve speed of overall process.
The text was updated successfully, but these errors were encountered: