mlr-org / parallelMap

R package to interface some popular parallelization backends with a unified interface
https://parallelmap.mlr-org.com
Other
57 stars 14 forks source link

add parallelReplicate #38

Closed jakob-r closed 5 years ago

berndbischl commented 8 years ago

add a PR if you want this, pls

jakob-r commented 8 years ago

Looking into parallelMap.R I might stay with the dirty way

n = 1000
parallelMap(function(rep.vec, ...) fn(...), rep.vec = rep(TRUE, n))

I don't know if a clean implementation is worth the effort.

pat-s commented 5 years ago

Looks like it was not worth the effort :)