Paketti: python3-fscacher (0.4.3-0.3)
Links for python3-fscacher
Debian-palvelut:
Imuroi lähdekoodipaketti fscacher:
Ylläpitäjä:
External Resources:
- Kotisivu [github.com]
Samankaltaisia paketteja:
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.
Muut pakettiin python3-fscacher liittyvät paketit
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-joblib
- tools to provide lightweight pipelining in Python
-
- dep: python3-platformdirs
- determining appropriate platform-specific directories (Python 3)
Imuroi python3-fscacher
Arkkitehtuuri | Paketin koko | Koko asennettuna | Tiedostot |
---|---|---|---|
all | 14.1 kt | 62.0 kt | [tiedostoluettelo] |