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

Chunked parallel iterators #34

Open
rj00a opened this issue Apr 2, 2024 · 0 comments
Open

Chunked parallel iterators #34

rj00a opened this issue Apr 2, 2024 · 0 comments

Comments

@rj00a
Copy link
Owner

rj00a commented Apr 2, 2024

Parallel iterators on Fetcher do parallelism per item and let rayon take care of the rest. But it's probably faster to divide the work into core count chunks and then parallelize over those, since the amount of work per item is likely to be similar in most cases.

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