Hello all, I am pleased to announce the release of fastcache v0.1. It is intended to be a drop in replacement for functools.lru_cache but it's written in C so it's 5-10x faster. Currently Python >= 3.3 is supported.
It is available on pip via: pip install fastcache Or on github: https://github.com/pbrady/fastcache.git More details related to benchmarking and testing can also be found on the github page. Feel free to direct any issues or requests to the github page. I look forward to your feedback! Thanks, Peter. -- https://mail.python.org/mailman/listinfo/python-list