diff options
| author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-11-12 18:34:42 +0000 |
|---|---|---|
| committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-11-19 10:08:09 +0700 |
| commit | a98369c957025d6d9cb9a0a7c378eb7ba85bd801 (patch) | |
| tree | 3052d98793e85a07e66f25235a20bbce27e5be2d /python/python3-joblib/README | |
| parent | ce37fe2f8b5b099e88e274e4c2584fb457c32295 (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/README | 3 |
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. |
