Benchmarking R and Rcpp
A speed comparison.
At the UW Data Science Center we’ve been talking speed lately. Generally R is considered a somewhat slow language (though I’m not sure that’s fair). However, there are some excellent packages and interfaces that can drastically speed up R. For example, the Rcpp
package acts as an interface between R and C++, thereby allowing useRs to drastically speed-up analysis – or at least that’s the idea.