Skip to content
Prev 1026 / 2152 Next

Question on foreach package

The example that you're trying is tiny.  The overhead in most of the
parallel programming packages in R is such that you don't get a
speed improvement for problems that take less than a few seconds,
let alone 0.05 seconds.

Actually, since the parallel version isn't slower, I wonder if
you registered a parallel backend.  Did you, and if so, which
one?

- Steve
On Mon, Jul 18, 2011 at 3:25 PM, Megh Dal <megh700004 at yahoo.com> wrote: