You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: