[issue22097] Linked list API for ordereddict

Antoine Pitrou report at bugs.python.org
Mon Aug 4 15:09:17 CEST 2014


Antoine Pitrou added the comment:

Yes, I think it's clear it's not going anywhere. In a way the standard list is good enough for those uses, except when your lists start growing really big (I don't know where the threshold is, but tens of thousands I'd say). Perhaps someone should make a blog post comparing theoretical and actual performance of various data types (hint hint ;-)).

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22097>
_______________________________________


More information about the Python-bugs-list mailing list