pkgsrc-wip/py-lru-dict/DESCR
Min Sik Kim 9bfefc6544 Import py-lru-dict-1.1.6 as wip/py-lru-dict
A fixed size dict like container which evicts Least Recently Used
(LRU) items once size limit is exceeded. There are many python
implementations available which does similar things. This is a fast
and efficient C implementation. LRU maximum capacity can be modified
at run-time.
2017-03-27 16:14:15 -07:00

5 lines
279 B
Text

A fixed size dict like container which evicts Least Recently Used
(LRU) items once size limit is exceeded. There are many python
implementations available which does similar things. This is a fast
and efficient C implementation. LRU maximum capacity can be modified
at run-time.