lru-ng 2.0.0

Creator: codyrutscher

Last updated:

Add to Cart

Description:

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

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.