non-copy slices

Daniel Stutzbach daniel at stutzbachenterprises.com
Thu Nov 19 08:16:45 EST 2009


On Wed, Nov 18, 2009 at 9:00 PM, Rami Chowdhury <rami.chowdhury at gmail.com>wrote:

> I'm not sure you're understanding the point others have been making. A
> list item is merely another reference to an existing object -- it
> doesn't copy the object in any way.
>

It still has to copy the reference, though.  That takes O(n) time if you're
taking a big slice.

--
Daniel Stutzbach, Ph.D.
President, Stutzbach Enterprises, LLC <http://stutzbachenterprises.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20091119/4c366ee0/attachment-0001.html>


More information about the Python-list mailing list