aboutsummaryrefslogtreecommitdiff
path: root/python/python3-joblib/README
diff options
context:
space:
mode:
authorIsaac Yu <isaacyu1@isaacyu1.com>2022-11-12 18:34:42 +0000
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-11-19 10:08:09 +0700
commita98369c957025d6d9cb9a0a7c378eb7ba85bd801 (patch)
tree3052d98793e85a07e66f25235a20bbce27e5be2d /python/python3-joblib/README
parentce37fe2f8b5b099e88e274e4c2584fb457c32295 (diff)
python/python3-joblib: Added (lightweight pipelining in Python)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-joblib/README')
-rw-r--r--python/python3-joblib/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/python3-joblib/README b/python/python3-joblib/README
new file mode 100644
index 0000000000..cbaef36c15
--- /dev/null
+++ b/python/python3-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.