Django has a Sorted dictionary implementation that recently underwent some
micro optimizations. However, these shouldn't be necessary! Ideally we
should be able to make the original version every bit as fast as the new
one (and eventually even faster).
http://code.djangoproject.com/changeset/11815 finally rewrites the
expression from a super().__getitem__ to self.__getitem__. Since
self.__getitem__ is dict.__getitem__ we should eventually be able to make
that blazing fast.
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
unladen...@googlecode.com
unread,
Dec 16, 2009, 5:46:29 PM12/16/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message