Speed up your R session with RcppSugar. github.com/cdrv/RcppSugar drop-in C++ replacements for commonly called R functions
2
6
3
I am not sure this is a good idea. MT @kevin_ushey Speed up your R session with RcppSugar. github.com/cdrv/RcppSugar drop-in C++ replacements
2
1
@eddelbuettel I agree - masking the base f'ns is silly, but I was pleasantly surprised how much faster eg. table, match, unique are.
1
Replying to @kevin_ushey
.@kevin_ushey The real power lies in using them at the C++ level, making the C++ code more concise and expressive.

Jan 8, 2013 · 3:57 AM UTC

1