Memoization
JSON →Memoization is a powerful caching library for Python, providing decorators for function memoization with features like Time-To-Live (TTL) expiration, multiple caching algorithms (LRU, LFU, FIFO), and extensibility. It aims to solve some limitations of the standard library's `functools.lru_cache`, such as handling unhashable arguments. The library is actively developed, with its latest release being v0.4.0.
Traffic · last 30 days ↓67% vs prev 7d
total hits 11
actors 7 distinct systems
last hit 2d ago Bingbot
top countries 🇺🇸 United States · 🇫🇮 Finland · 🇩🇪 Germany · 🇨🇦 Canada · 🇫🇷 France
API endpoints
full doc /v1/registry/memoization
install /v1/registry/memoization/install
compatibility /v1/registry/memoization/compatibility