#python-caching

[ follow ]
Python
fromTalkpython
1 day ago

diskcache: Your secret Python perf weapon

DiskCache provides a SQLite-backed, dictionary-like persistent cache that speeds Python applications, supports cross-process use, and avoids running separate services like Redis.
[ Load more ]