Skip to content

Is R more heavy on memory or processor?

1 message · Dan Putler

#
Hi Marije,

Personally, I would be more concerned with memory than processor.
Running out of memory can be an unpleasant surprise. Base R uses a
single core, but Simon Urbanek's multicore package (the most recent
version of which, 0.1-3, is dated today) does allow you to use multiple
cores at once. I haven't used this package, so can't offer any personal
experience.

Dan
On Tue, 2009-03-24 at 19:55 +0100, Booman, M wrote: