[ Source: python-cachetools ]
Package: python3-cachetools (5.2.0-1)
Links for python3-cachetools
Debian Resources:
Download Source Package python-cachetools:
- [python-cachetools_5.2.0-1.dsc]
- [python-cachetools_5.2.0.orig.tar.gz]
- [python-cachetools_5.2.0-1.debian.tar.xz]
Maintainers:
External Resources:
- Homepage [github.com]
Similar packages:
decoratori e collezioni estensibili e memoizzanti per Python 3
Questo modulo per Python 3 fornisce svariati decoratori e collezioni memoizzanti, comprese varianti del decoratore di funzioni functools.lru_cache() della libreria standard di Python 3.
Gli algoritmi gestiti per la cache sono:
* primo a entrare, primo a uscire (FIFO), * usato meno di recente (Least recently used, LRU), * usato piĆ¹ di recente (MRU), * usato meno di frequente (Least frequently used, LFU), * sostituzione casuale (Random replacement, RR), * scadenza per ogni voce (Time-to-live, TTL), * usato meno di recente con cognizione del tempo (TLRU).
Other Packages Related to python3-cachetools
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
Download python3-cachetools
Architecture | Package Size | Installed Size | Files |
---|---|---|---|
all | 12.7 kB | 57.0 kB | [list of files] |