> -----Original Message-----
> From: rcpp-devel-boun...@lists.r-forge.r-project.org [mailto:rcpp-devel-
> boun...@lists.r-forge.r-project.org] On Behalf Of Romain Francois
> Sent: Wednesday, February 20, 2013 2:56 AM
> To: rcpp-devel@lists.r-forge.r-project.org
> Subject: Re: [Rcpp-devel] Efficient DataFrame access by row & column
>
> Le 20/02/13 00:09, Yan Zhou a écrit :
> > The most inefficient part I see is the creation of a new NumericVector
> inside the inner most loop. You copied each column n times, of which n-1
> times are unnecessary.
>
> No. This does not copy data. This uses time to protect it, etc ... but the 
> data in
> the vector is not copied.

Excellent, then my strategy of pre-populating a NumericVector[] won't bloat 
memory.  Thanks for confirming.

 -Ken



________________________________

CONFIDENTIALITY NOTICE: This e-mail message is for the sole use of the intended 
recipient(s) and may contain confidential and privileged information. Any 
unauthorized review, use, disclosure or distribution of any kind is strictly 
prohibited. If you are not the intended recipient, please contact the sender 
via reply e-mail and destroy all copies of the original message. Thank you.
_______________________________________________
Rcpp-devel mailing list
Rcpp-devel@lists.r-forge.r-project.org
https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/rcpp-devel

Reply via email to