diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2019-08-18 07:44:14 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-08-18 07:44:14 +0700 |
commit | 5cbe34ba7f29bdd4dea3aa48b235f37506f0951b (patch) | |
tree | a040610e111690dce87f8b2839f786106f4830cc /python/python-joblib/README | |
parent | cd921fbcc54d28e82f830b287460cdd389e14bc0 (diff) | |
download | slackbuilds-5cbe34ba7f29bdd4dea3aa48b235f37506f0951b.tar.gz |
python/python-joblib: Added (lightweight pipelining in Python).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python-joblib/README')
-rw-r--r-- | python/python-joblib/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/python-joblib/README b/python/python-joblib/README new file mode 100644 index 0000000000..c1fea0ba8d --- /dev/null +++ b/python/python-joblib/README @@ -0,0 +1,3 @@ +Joblib is a set of tools to provide lightweight pipelining in Python. Joblib is +optimized to be fast and robust on large data in particular and has specific +optimizations for numpy arrays. |