Taka Matzmoto wrote: > Hi R users > > Having both a faster CPU and more memory will boost computing power. I was > wondering if only adding more memory (1GB -> 2GB) will significantly reduce > R computation time?
If your computations consume just a few Mb, it won't make it faster, if it consumes a lot of memory, you will prevent swapping and make it much faster. Uwe Ligges > Taka, > > _________________________________________________________________ > Get FREE company branded e-mail accounts and business Web site from > Microsoft Office Live > > ______________________________________________ > [email protected] mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. ______________________________________________ [email protected] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.
