Closed jakob-r closed 5 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.
parallelReplicate
? --> Tell me and keep open Looks like it was not worth the effort :)
add a PR if you want this, pls