- Romain François is a consultant who has been using R since 2002 and Rcpp since 2010 to improve performance.
- He advocates for using Rcpp11, the header-only version of Rcpp, which has a smaller code base and faster compile times compared to Rcpp.
- Rcpp11 fully supports C++11 features like lambda functions, auto type deduction, and uniform initialization that make coding with Rcpp easier and more concise.