Re: [Rcpp-devel] Performance issues with simple list class

2017-06-12 Thread Dirk Eddelbuettel
On 8 June 2017 at 14:29, Clemens Schmid wrote: | Dear Rcpp developers, | | first of all thank you for your persistent work on and with Rcpp - this | mailinglist is impressive! | | I implemented a class_A and a list class_B following this | (https://stackoverflow.com/a/44303993/3216883) example b

[Rcpp-devel] Performance issues with simple list class

2017-06-08 Thread Clemens Schmid
Dear Rcpp developers, first of all thank you for your persistent work on and with Rcpp - this mailinglist is impressive! I implemented a class_A and a list class_B following this (https://stackoverflow.com/a/44303993/3216883) example by Romain Francois in the Rcpp modules framework. class_A in my