Parallel wrapper for easy multi-threading (Python 3 version).
Project description
Parallel wrapper for easy multi-threading (Python 3 version).
Installation
Through pip:
$ pip3 install easy-parallel-py3
Manually, from package root, run:
$ make requirements
Usage
In python session:
def foo(x, y):
return x + y
num_threads = 10
inputs = [(x * x, x) for x in range(10)]
import parallel as par
results = par.submit_jobs(foo, inputs, num_threads)
print(results)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file easy_parallel_py3-0.1.6.4-py3-none-any.whl
.
File metadata
- Download URL: easy_parallel_py3-0.1.6.4-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 503ddd21278c7da4ee347ab00cf62322fef2a80975c923fb20fef86367627113 |
|
MD5 | 41d73dff38d3e810a2a60c7efee4bbb4 |
|
BLAKE2b-256 | 0f15cdbcbb7daa6bd6ebbde80df87775a47e9312617c31ae91b61fb7e3b348ef |