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 ↑100% vs prev 7d
total hits 15
actors 5 distinct systems
last hit 5d ago AhrefsBot
top countries 🇸🇬 Singapore · 🇺🇸 United States · 🇨🇦 Canada · 🇩🇪 Germany
API endpoints
full doc /v1/registry/memoization
install /v1/registry/memoization/install
compatibility /v1/registry/memoization/compatibility