Benchmarks of RRO on OSX and Ubuntu

[This article was first published on Revolutions, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

Bay Area engineer Vineet Abraham recently ran some benchmarks for Revolution R Open (RRO) running on Mac OS X and on Ubuntu. Thanks to the multi-threaded processing capabilites of RRO, several operations ran much faster than R downloaded from CRAN, without having to change any code:

R-benchmarks1

For the most part, RRO performs significantly faster than standard R both locally and on the server. RRO performs really well on the matrix operations as seen in column group mm (over 90% faster than standard R); this is probably due to the addition of the Intel Math Kernel library.

(In fact, while the Intel MKL is used on Ubunti, on OS X the standard Accelerate Framework provides the multi-threading capability, with similar results.) As Vineet's benchmarks show, RRO doesn't improve things for every benchmark, but with some mathematically-intensive operations the difference can be dramatically.

On a related note, I've been doing some benchmarks on RRO 8.0.3 (based on R 3.1.3), due to be released very soon. On my 2-core Surface Pro (yes, it runs fine on a Surface), using the multi-threading reduced the computation for the Urbanek benchmarks from 32 seconds to 8 seconds. 

Numbr Crunch: Benchmarking R/RRO is OSX and Ubuntu on the cloud

To leave a comment for the author, please follow the link and comment on their blog: Revolutions.

R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)