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

Enable parallel execution in rln-wasm #109

Draft
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

rahulghangas
Copy link
Contributor

@oskarth oskarth requested a review from s1fr0 February 8, 2023 06:51
@oskarth
Copy link
Contributor

oskarth commented Feb 8, 2023

Is this PR still draft or is it ready for review?

@s1fr0
Copy link
Contributor

s1fr0 commented Feb 8, 2023

rln-wasm tests are failing, so I guess is still in draft? Furthermore, I believe these changes has to be fully tested with all submodules that use the "parallel" feature (rln, so groth16, arkworks, etc.) and the output WASM should be tested with js-rln too to see if it is working as expected @richard-ramos
It is unclear to me which browsers currently support rayon, so this is something we should take into account too (e.g. when distributing or setting defaults for rln-wasm).

@rahulghangas
Copy link
Contributor Author

Still a draft, it compiles but tests get deadlocked for some reason, I think because the pool doesn't get initialized on the client side. Will figure this out today

@oskarth oskarth requested review from richard-ramos and removed request for s1fr0 and richard-ramos February 24, 2023 03:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

Parallel execution in rln-wasm
3 participants