|
|
|
|
|
by dbaupp
4108 days ago
|
|
Unfortunately, the R language isn't fast, especially not the imperative features (loops). A language like Julia is a better bet in that respect. The drawcard of R is the breadth of specialised statistical packages. (Often with inner loops written in C for performance.) |
|
BUT R is not slow when it comes to parallel processing or using Revolution Anayltics also has speed ups if you need it. R also has dplyr is speedy and the data.tables is even faster. I think the original Julia speed claims were a little biased to Julia and well there is plenty of awesome things about R, but "slow" isn't a far statement. There is a reason why R has grown so much.
Interesting argument for R usage: https://matloff.wordpress.com/2014/05/21/r-beats-python-r-be...