On 11 September 2019 at 06:51, Dirk Eddelbuettel wrote:
| On 4 September 2019 at 13:13, Vladimir Morozov wrote:
| | Could you please tell me in general if the following switch to Rcpp will
| | speed-up my work (currently all my work is in R).

Also, and while this is the Rcpp list: consider data.table. I use it a lot
these days, and "done right" it can be tremendously fast. I do some things
with it now for which I would have written Rcpp-based helpers in the past.

One tutorial I liked a lot is "Life in the Fast Lane: data.table Intro and
Best Practices" by Bill Gold at the NY HackR Meetup:
 - one-hour video https://www.youtube.com/watch?v=ztTDLefpPVY
 - slides repo 
https://github.com/billcgold/presentations/tree/master/data.table-nyhackr_2018-09-17

There are some excellent questions and answer for it at stackoverflow. 

Dirk

-- 
http://dirk.eddelbuettel.com | @eddelbuettel | e...@debian.org
_______________________________________________
Rcpp-devel mailing list
Rcpp-devel@lists.r-forge.r-project.org
https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/rcpp-devel

Reply via email to