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

Multithread support for plonkjs #8

Open
eigmax opened this issue Apr 29, 2023 · 1 comment
Open

Multithread support for plonkjs #8

eigmax opened this issue Apr 29, 2023 · 1 comment

Comments

@eigmax
Copy link
Member

eigmax commented Apr 29, 2023

Now bellman uses crossbeam to implement parallel execution and does not support target wasm.

From a survey, we found a rayon wasm library https://github.com/GoogleChromeLabs/wasm-bindgen-rayon#using-rayon developed by GoogleChrome labs.

So if we change the crossbean to rayon wasm, we could leverage multi-thread to speed up proving.

@eigmax eigmax changed the title Multicore support for plonkjs Multithread support for plonkjs Apr 29, 2023
@eigmax
Copy link
Member Author

eigmax commented Apr 29, 2023

Another tip: zkcrypto/bellman#69. zkcrypto/bellman has changed crossbeam to rayon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant