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
CircuitChunks
Badger uses the chunks to split a circuit, optimise each part on a different thread, and join it again afterwards.
This could be a generic operation that can be used in other places too, so it should be added as a method for the chunks (à la rayon::iter).
rayon::iter
The text was updated successfully, but these errors were encountered:
chore: Move parallel evaluation code to CircuitChunks (#528)
209b342
resolves #266 --------- Co-authored-by: Agustín Borgna <121866228+aborgna-q@users.noreply.github.com>
Successfully merging a pull request may close this issue.
Badger uses the chunks to split a circuit, optimise each part on a different thread, and join it again afterwards.
This could be a generic operation that can be used in other places too, so it should be added as a method for the chunks (à la
rayon::iter
).The text was updated successfully, but these errors were encountered: