Linux Mint
My Places
Sign in
Community
Software
Users
Moderation
Beta Testing
ISO Images
Teams
python3-async-lru
Python 3 Asyncio LRU cache implementation
https://github.com/aio-libs/async-lru
0
no reviews
Install
Implements the Python 3 built-in function functools.lru_cache for asyncio, so you can cache the computation results of native coroutines in Python.