C implementation of Python 3 lru_cache
conda install main::fastcache
fastcache provides speedup of 10-30x over standard library. It passes test suite from standard library for lru_cache.