Parallel execution utils
Project description
Bell Parallel
This is a collection of usefull tools for parallel data processing.
Usage
from bell_parallel import parallel
@parallel(tag='Increment', nproz=4)
def inc(entry):
return entry + 1
data = range(10000)
out = inc(data)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
bellparallel-0.0.2.tar.gz
(1.8 kB
view hashes)
Built Distribution
Close
Hashes for bellparallel-0.0.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3067bb60ae7e2b28f9bf431dae7f7f17cd4dd75a3aae755c1a1defa5b817fc90 |
|
MD5 | 1413ddc07129c7fd2cda09d412fb329e |
|
BLAKE2b-256 | f7723c883affe9aa1c34ae6093d5ba3a48ab7897ed82788ea12c82b3204f658c |