[issue28239] Implement functools.lru_cache() using ordered dict

INADA Naoki report at bugs.python.org
Thu Sep 22 04:09:55 EDT 2016


INADA Naoki added the comment:

FYI: Here is interesting article. doubly-linked list is more inefficient than most people think.
http://alex.dzyoba.com/programming/dynamic-arrays.html

----------

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


More information about the Python-bugs-list mailing list