Skip to content

Question about R and multiple CPU's

2 messages · Eberle, Anthony, R. Michael Weylandt

#
On Wed, Aug 8, 2012 at 6:18 PM, Eberle, Anthony <aeber at allstate.com> wrote:
To a first approximation, I believe that is correct if you are doing
nothing else on the computer. If you are, it's nice to have that
second core around :-)

Note however, that it's very easy to write parallelizable code with R
since every *apply() statement is trivially parallelizable. The more
difficult question is asking yourself whether the overhead of
parallelizing is worth it (and that's a much harder question)

Best,
Michael