> > you can do: > > res = pmap(zeros, 1:10) >
but probably you want to replace "zeros" with a more expensive function to take advantage of the parallelism.
> > you can do: > > res = pmap(zeros, 1:10) >
but probably you want to replace "zeros" with a more expensive function to take advantage of the parallelism.