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 -- http://mail.python.org/mailman/listinfo/python-list