python3-async-lru

Python 3 Asyncio LRU cache implementation
  https://github.com/aio-libs/async-lru
  0
  no reviews



Implements the Python 3 built-in function functools.lru_cache for asyncio, so you can cache the computation results of native coroutines in Python.