This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author arigo
Recipients arigo, aronacher, eric.snow, methane, rhettinger, serhiy.storchaka
Date 2017-09-11.06:39:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1505111962.26.0.474795996755.issue31265@psf.upfronthosting.co.za>
In-reply-to
Content
I would side with Inada in thinking they both give the same amortized complexity, but beyond that, benchmarks are the real answer.  There is little value in keeping the current implementation of OrderedDict *if* benchmarks show that it is rarely faster.
History
Date User Action Args
2017-09-11 06:39:22arigosetrecipients: + arigo, rhettinger, aronacher, methane, eric.snow, serhiy.storchaka
2017-09-11 06:39:22arigosetmessageid: <1505111962.26.0.474795996755.issue31265@psf.upfronthosting.co.za>
2017-09-11 06:39:22arigolinkissue31265 messages
2017-09-11 06:39:22arigocreate