[issue32422] Make OrderedDict can be used for LRU from C

INADA Naoki report at bugs.python.org
Sun Dec 24 13:14:24 EST 2017


INADA Naoki <songofacandy at gmail.com> added the comment:

I found odict.pop() and odict.popitem() is very inefficient because
it look up key multiple times.
odict seems not optimized well and very slow than dict in some area...

I'll try to optimize it in holidays.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32422>
_______________________________________


More information about the Python-bugs-list mailing list