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 serhiy.storchaka
Recipients methane, rhettinger, serhiy.storchaka, xiang.zhang
Date 2016-09-19.04:52:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1474260778.96.0.617615201143.issue28199@psf.upfronthosting.co.za>
In-reply-to
Content
> (After OrderedDict implementation is improved, functools.lru_cache can use OrderedDict and remove doubly linked list too.)

functools.lru_cache can use just ordered dict. But simple implementation is 1.5 times slower. I'm working on this.

I think that changing implementation of lru_cache and OrderedDict is a new feature and can came only in 3.7, when new dict implementation will be more tested.
History
Date User Action Args
2016-09-19 04:52:58serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, methane, xiang.zhang
2016-09-19 04:52:58serhiy.storchakasetmessageid: <1474260778.96.0.617615201143.issue28199@psf.upfronthosting.co.za>
2016-09-19 04:52:58serhiy.storchakalinkissue28199 messages
2016-09-19 04:52:58serhiy.storchakacreate