[ etiona ]
[ 源代码: joblib ]
软件包: python-joblib (0.11-1)
python-joblib 的相关链接
Trisquel 的资源:
下载源码包 joblib:
维护者:
Original Maintainer:
- Yaroslav Halchenko
外部的资源:
- 主页 [packages.python.org]
相似软件包:
tools to provide lightweight pipelining in Python
Joblib is a set of tools to provide lightweight pipelining in Python. In particular, joblib offers:
- transparent disk-caching of the output values and lazy re-evaluation (memoize pattern) - easy simple parallel computing - logging and tracing of the execution
Joblib is optimized to be fast and robust in particular on large, long-running functions and has specific optimizations for numpy arrays.
This package contains the Python 2 version.
其他与 python-joblib 有关的软件包
|
|
|
-
- dep: python
- interactive high-level object-oriented language (default version)
- dep: python (<< 2.8)
- dep: python (>= 2.7)
-
- rec: python-numpy
- Numerical Python adds a fast array facility to the Python language
-
- rec: python-pytest
- Simple, powerful testing in Python
-
- rec: python-simplejson
- simple, fast, extensible JSON encoder/decoder for Python 2.x