Name : python3-diskcache
| |
Version : 5.4.0
| Vendor : obs://build_opensuse_org/home:weimzh
|
Release : 5.1
| Date : 2024-06-06 06:59:36
|
Group : Unspecified
| Source RPM : python-diskcache-5.4.0-5.1.src.rpm
|
Size : 0.50 MB
| |
Packager : (none)
| |
Summary : DiskCache is an Apache2 licensed disk and file backed cache library, written in pure-Python, and compatible with Django.
|
Description :
DiskCache is an Apache2 licensed disk and file backed cache library, written in pure-Python, and compatible with Django.
The cloud-based computing of 2021 puts a premium on memory. Gigabytes of empty space is left on disks as processes vie for memory. Among these processes is Memcached (and sometimes Redis) which is used as a cache. Wouldn\'t it be nice to leverage empty disk space for caching?
Django is Python\'s most popular web framework and ships with several caching backends. Unfortunately the file-based cache in Django is essentially broken. The culling method is random and large caches repeatedly scan a cache directory which slows linearly with growth. Can you really allow it to take sixty milliseconds to store a key in a cache with a thousand items?
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/home:/weimzh:/cantools/Fedora_40/noarch |