Skip to main content

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

easy_parallel_py3-0.1.6.4-py3-none-any.whl (3.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page