Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #73499 > unrolled thread
| Started by | python@bdurham.com |
|---|---|
| First post | 2014-06-22 14:03 -0400 |
| Last post | 2014-06-22 14:03 -0400 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
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
| From | python@bdurham.com |
|---|---|
| Date | 2014-06-22 14:03 -0400 |
| Subject | Are 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?
Back to top | Article view | comp.lang.python
csiph-web