Benchmarking Rcpp code with RcppClock
Rcpp is all about the need for speed. However, Rcpp code is not magically fast, but is the result of careful coding and profiling. RcppClock makes it easy to profile C++ code from R:
On the C++ side, RcppClock wraps std::chrono::high_resolution_clo...
[Read more...]