Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • 2
    $\begingroup$ I must say that the "speed-up" from doing things in parallel here, even after the fix, is pretty lackluster. 3.5 seconds to 3.0 seconds? I imagine the speed up would even be worse if one tried to do 4 or 8 kernels... $\endgroup$ Commented Mar 21, 2014 at 16:15
  • $\begingroup$ @Guillochon With 8 Kernels the speedup is a factor of ~ 2. And if ParallelDo is used instead of ParallelTable the speedup is ~4 . So not 8. $\endgroup$ Commented Sep 22, 2020 at 12:54