]> granicus.if.org Git - python/commit
Now that __keys are fully hidden, switch the underlying structure
authorRaymond Hettinger <python@rcn.com>
Tue, 3 Mar 2009 22:42:48 +0000 (22:42 +0000)
committerRaymond Hettinger <python@rcn.com>
Tue, 3 Mar 2009 22:42:48 +0000 (22:42 +0000)
commit89194ff2807e040804c2fa8a92a1da04844471a2
tree7b07927907a84b1ee9fee4ebfa92cf2d48a4812e
parent0c9881782bc1a72fb9fda571bee195c242160de9
Now that __keys are fully hidden, switch the underlying structure
to deque() which futher reduces the temptation to index or resort.
Also, it is a bit faster for some cases.
Lib/collections.py