Pakiet: python3-fscacher (0.4.3-0.3)
Odnośniki dla python3-fscacher
Zasoby systemu Debian:
- Raporty o błędach
- Developer Information
- Dziennik zmian w systemie Debian
- Informacje nt. praw autorskich
- Śledzenie łatek systemu Debian
Pobieranie pakietu źródłowego fscacher:
Opiekun:
Zasoby zewnętrzne:
- Strona internetowa [github.com]
Podobne pakiety:
caching results of operations on heavy file trees
fscacher is a Python module which provides a cache and decorator for memoizing functions whose outputs depend upon the contents of a file argument.
If you have a function 'foo()' that takes a file path as its first argument, and if the behavior of 'foo()' is pure in the *contents* of the path and the values of its other arguments, 'fscacher' can help cache that function. It caches the outputs of 'foo()' will be cached for each set of input arguments and for a "fingerprint" (timestamps and size) of each 'path'. If 'foo()' is called twice with the same set of arguments, the result from the first call will be reused for the second, unless the file pointed to by 'path' changes, in which case the function will be run again.
Inne pakiety związane z python3-fscacher
|
|
|
|
-
- dep: python3
- Interaktywny, wysokopoziomowy i obiektowy język programowania (domyślna wersja Python 3)
-
- dep: python3-joblib
- tools to provide lightweight pipelining in Python
-
- dep: python3-platformdirs
- determining appropriate platform-specific directories (Python 3)
Pobieranie python3-fscacher
Architektura | Rozmiar pakietu | Rozmiar po instalacji | Pliki |
---|---|---|---|
all | 14,1 KiB | 62,0 KiB | [lista plików] |