ocaml-multicore / domainslib

Parallel Programming over Domains
ISC License
173 stars 30 forks source link

Parallel map #40

Open Sudha247 opened 3 years ago

Sudha247 commented 3 years ago

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.

nilsbecker commented 3 years ago

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.