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 rhettinger
Recipients BreamoreBoy, anacrolix, ezio.melotti, frafra, pitrou, rhettinger
Date 2016-11-23.07:06:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1479884797.61.0.0889833670461.issue17528@psf.upfronthosting.co.za>
In-reply-to
Content
FWIW, the idea did have some merit and I appreciate your submitting it.

The issues are that the net gain likely isn't worth the API complication, that it opens a can worms (about manipulating the cache contents beyond load and store), and that it is at odds with the core notion of being transparent.

FWIW, the C version of OrderedDict now makes it trivially easy to roll your own highly performant variants of the LRU cache.
History
Date User Action Args
2016-11-23 07:06:37rhettingersetrecipients: + rhettinger, pitrou, ezio.melotti, frafra, anacrolix, BreamoreBoy
2016-11-23 07:06:37rhettingersetmessageid: <1479884797.61.0.0889833670461.issue17528@psf.upfronthosting.co.za>
2016-11-23 07:06:37rhettingerlinkissue17528 messages
2016-11-23 07:06:37rhettingercreate