Hi,

Let's say I create a vector of integers:

alist = list(range(10 ** 7))
avec = IntVector(alist)

How efficient is above? Do I have two copies of data or one?

If there is one copy of data, then what about data frames with
large vectors?

Best regards,

w

------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2dcopy2
_______________________________________________
rpy-list mailing list
rpy-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rpy-list

Reply via email to