Are there performance concerns with popping from front of long lists vs. the end of long lists?

python at bdurham.com python at bdurham.com
Sun Jun 22 14:03:41 EDT 2014


Should I have any performance concerns with the index position used to
pop() values off of large lists?



In other words, should pop(0) and pop() be time equivalent operations
with long lists?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20140622/4f759881/attachment.html>


More information about the Python-list mailing list