Re: [Rcpp-devel] accelerate XTS manipulations with Rcpp

2019-09-11 Thread Dirk Eddelbuettel
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.t

Re: [Rcpp-devel] accelerate XTS manipulations with Rcpp

2019-09-11 Thread Dirk Eddelbuettel
Sorry, forgot about replying here for a few days. On 4 September 2019 at 13:13, Vladimir Morozov wrote: | Dear Rcpp experts. | I'm absolutely new to Rcpp and RcppXts. | | I want to speed up my R function that generates and rbinds a few new rows | to an XTS object. This function us called often a

[Rcpp-devel] accelerate XTS manipulations with Rcpp

2019-09-03 Thread Vladimir Morozov
Dear Rcpp experts. I'm absolutely new to Rcpp and RcppXts. I want to speed up my R function that generates and rbinds a few new rows to an XTS object. This function us called often and I think it takes a lot of time. Could you please tell me in general if the following switch to Rcpp will speed-u