flow-based, parallel and distributed computational pipelines, includes a lazy, parallel, remote, multi-task map function
Project description
The papy package provides an implementation of the flow-based programming paradigm in Python that enables the construction and deployment of distributed workflows.
The NuMap package is a parallel (thread- or process-based, local or remote), buffered, multi-task, itertools.imap or multiprocessing.Pool.imap function replacment. Like imap it evaluates a function on elements of a sequence or iterable, and it does so lazily. Laziness can be adjusted via the “stride” and “buffer” arguments. Unlike imap, NuMap supports multiple pairs of function and iterable tasks. The tasks are not queued rather they are interwoven and share a pool or worker “processes” or “threads” and a memory “buffer”.
Documentation can be found here
The package is tested on Python 2.7.6
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file papy-1.0.8.tar.gz
.
File metadata
- Download URL: papy-1.0.8.tar.gz
- Upload date:
- Size: 257.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | eb97410d0c8bd11e378f1fa71f8ee095bb88ae78d63af43b071c8eb6d1493ecd |
|
MD5 | d545bb1ee29ec1ae2cd90efb0ce1e925 |
|
BLAKE2b-256 | 82f846f32e94c731439c2b2e4b2815bfef467e7d8e7eb972723dc417bae52dca |