We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
Another tip: zkcrypto/bellman#69. zkcrypto/bellman has changed crossbeam to rayon.
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: