Skip to content
Prev 271 / 2152 Next

The foreach, iterators and doMC packages

Mark,

Use a non-trivial example.  sqrt() will probably have more overhead than 
is worth it to distribute.  "there is no such thing as a free lunch" is 
as true in parallel computing as anywhere else, and the overhead of 
distributing the job will overwhelm a trivial example.  Sys.sleep(10) 
would be a more worthwhile trivial test case.

Regards,

  - Brian
Mark Kimpel wrote: