LRU cache (and other things missing from the standard library ...)
skip at pobox.com
skip at pobox.com
Fri Mar 30 14:04:22 EDT 2007
Evan> I agree that LRU caches are a data structure too frequently
Evan> re-implemented in Python. I'd also like to see a "standard" cache
Evan> package, either as part of the standard library or elsewhere. To
Evan> that end, I've just uploaded an LRU cache package to the Python
Evan> Package Index:
Evan> http://www.python.org/pypi?:action=display&name=lrucache&version=0.2
Couldn't get to your website, but I've been using this one I wrote for
several years:
http://www.webfast.com/~skip/python/Cache.py
I'm just coming to this thread, so I don't know how it compares with your
requirements.
Skip
More information about the Python-list
mailing list