Skip to content
Prev 3538 / 10988 Next

[Rcpp-devel] DataFrame::create() in endless loop

I had the same problem a while ago and the solution we've come up with was to get rid of Rcpp::DataFrame and use Rcpp::XPtr instead.
It turned out that Rcpp::DataFrame is rather impractical for sufficiently large data sets.
As an alternative, Rcpp::XPtr is a little bit more complex to implement but by far more reliable and efficient.
For more details see this http://lists.r-forge.r-project.org/pipermail/rcpp-devel/2012-January/003335.html and subsequent messages.

Hope this helps.

Cheers,

Slava Mazur

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.r-forge.r-project.org/pipermail/rcpp-devel/attachments/20120228/be7c911c/attachment-0001.html>