Last updated:
0 purchases
lrung 2.0.0
The C-extension module lru_ng provides a class LRUDict that is compatible with a large subset of methods in Python's dict. It maintains recent-access order and enforces a fixed size, discarding the least-recently used items when the capacity is filled.This extension class is largely compatible with the lru.LRU type.For more information, please visit the project homepage: https://github.com/congma/lru_ng
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.