Skip to content
Prev 5108 / 10988 Next

[Rcpp-devel] Performance question about DataFrame

As of 2.15.1, data.frame appears to no longer be O(n^2) in the number of
columns in the frame.  That's certainly an improvement, yes.

However, by eliminating calls to data.frame and replacing them with direct
class modifications, I can take a routine which takes minutes and reduce it
to a routine which takes seconds.  So, pragmatically, in Rcpp, I can get a
rough factor of sixty, it appears.
On Thu, Jan 17, 2013 at 7:46 PM, Paul Johnson <pauljohn32 at gmail.com> wrote:

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