Re: [Rcpp-devel] Attempt at amortized constant push_back for Vector

2020-06-28 Thread Dirk Eddelbuettel
On 28 June 2020 at 15:50, Tim Keitt wrote: | I've taken a quick shot at making push_back amortized constant in Rcpp. As | I've had to make some guesses about R/Rcpp internals, I am wondering what | is the best way to test my fork. (I see something in tests but I'm used to | testthat.) Please don'

[Rcpp-devel] Attempt at amortized constant push_back for Vector

2020-06-28 Thread Tim Keitt
Hi All, I've taken a quick shot at making push_back amortized constant in Rcpp. As I've had to make some guesses about R/Rcpp internals, I am wondering what is the best way to test my fork. (I see something in tests but I'm used to testthat.) THK ___ Rc