Raymond Hettinger <raymond.hettin...@gmail.com> added the comment:

Please stop revising every single thing you look at.  The traditional design of 
LRU caches used doubly linked lists for a reason.  In particular, when there is 
a high hit rate, the links can be updated without churning the underlying 
dictionary.

----------
nosy: +rhettinger

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue32422>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to