freebsd-ports/devel/py-darts.util.lru
Kurt Jaeger 2fcc66a04a New port: devel/py-darts.util.lru
A 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:
>>> cache = LRUDict(1)
>>> cache.capacity
1

WWW: https://pypi.python.org/pypi/darts.util.lru

PR:		211047
Submitted by:	Danilo G. Baio <dbaio@bsd.com.br>
2016-07-13 05:26:30 +00:00
..
distinfo
Makefile
pkg-descr