[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

ITP: python-darts-lib-utils-lru: Simple dictionary with LRU behaviour



Package: wnpp
Severity: wishlist
Owner: Gianfranco Costamagna <costamagnagianfranco@yahoo.it>

* Package name    : python-darts-lib-utils-lru
Version        : 0.5~git20140220-1
Upstream Author : 2011 Dirk Esser <contact@deterministic-arts.de
* URL            : https://code.google.com/p/cld2/
* License        : MIT
Programming Lang: Python
Description    : Simple dictionary with LRU behaviour


An LRUDict is basically a simple dictionary, which has a defined maximum
capacity, that may be supplied at construction time, or modified at run-time
via the capacity property.
The class SynchronizedLRUDict, which exposes the same interface as plain
LRUDict, but fully thread-safe.


Reply to: