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

Parallel map #40

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Parallel map #40

wants to merge 3 commits into from

Conversation

Sudha247
Copy link
Contributor

@Sudha247 Sudha247 commented Aug 3, 2021

As discussed in #33 and #37. This includes an optional chunk size parameter in case people wanted more granularity.

This patch includes #39 to maintain uniformity in test_task.ml. Those changes are not relevant as far as this one's concerned.

parallel scan runs a sequential version when the number of elements in the array is less than the number of domains in the pool or when the number of domains in the pool is one
@nilsbecker
Copy link

great! i was wondering if it would be a good idea to get input from the authors of the existing parallelization libraries (parany, parmap and possibly others) on the most ergonomic interface for parallelization in domainslib? i don't know if they are following.

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

Successfully merging this pull request may close these issues.

None yet

3 participants