lrucache 0.2
Least-recently-used (LRU) cache module
This package provides a simple but efficient least-recently-used (LRU) cache module. A single class, LRUCache, with a container interface, provides prioritized caching. The implementation uses a heap and a dictionary to provide quick inserts, deletes, and references.
- Author: Evan Prodromou
- Home Page: http://bad.dynu.ca/~evan/lrucache/
- Download URL: http://bad.dynu.ca/~evan/lrucache/lrucache-0.2.tar.gz
- License: http://opensource.org/licenses/afl-2.1.php
- Platform: any
- Categories
- Package Index Owner: Evan Prodromou
- DOAP record: lrucache-0.2.xml
