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 #37

Open
nilsbecker opened this issue Jul 21, 2021 · 1 comment
Open

parallel_map #37

nilsbecker opened this issue Jul 21, 2021 · 1 comment
Labels
good first issue Good for newcomers

Comments

@nilsbecker
Copy link

As discussen in #33 it appears useful to have a parallel_map function over arrays. The signature would be
val parallel_map : Domainslib.Task.pool -> ('a -> 'b) -> 'a array -> 'b array . The pool comes first as in the other parallelization functions.

@Sudha247 Sudha247 mentioned this issue Aug 3, 2021
@nilsbecker
Copy link
Author

I asked the author of parany for his opinion on a good parallel API. see UnixJunkie/parany#55 (comment) for an answer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants