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

Use global rayon threadpool for multicore #71

Merged
merged 6 commits into from Aug 26, 2021

Conversation

daira
Copy link
Contributor

@daira daira commented Aug 15, 2021

This has no significant change in performance on benchmarks, but is likely to play more nicely with other uses of rayon in the same process.

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
… is expected to play more nicely

with other uses of rayon in the same process (avoiding excess parallelism).

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
Cargo.toml Outdated Show resolved Hide resolved
src/multicore.rs Outdated Show resolved Hide resolved
src/multicore.rs Outdated Show resolved Hide resolved
src/multicore.rs Outdated Show resolved Hide resolved
Co-authored-by: str4d <thestr4d@gmail.com>
src/domain.rs Show resolved Hide resolved
…icore) implementation.

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
@str4d str4d merged commit 6af1fcf into zkcrypto:fil-multicore Aug 26, 2021
@daira daira deleted the daira-multicore branch August 27, 2021 07:13
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

Successfully merging this pull request may close these issues.

None yet

2 participants