Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #73499 > unrolled thread

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

Started bypython@bdurham.com
First post2014-06-22 14:03 -0400
Last post2014-06-22 14:03 -0400
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  Are there performance concerns with popping from front of long lists vs. the end of long lists? python@bdurham.com - 2014-06-22 14:03 -0400

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

Frompython@bdurham.com
Date2014-06-22 14:03 -0400
SubjectAre there performance concerns with popping from front of long lists vs. the end of long lists?
Message-ID<mailman.11189.1403460233.18130.python-list@python.org>

[Multipart message — attachments visible in raw view] — view raw

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?

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web