Skip to main content

Parallel wrapper for easy multi-threading.

Project description

Parallel wrapper for easy multi-threading.

Installation

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 Distribution

easy-parallel-0.1.4.tar.gz (2.0 kB view hashes)

Uploaded Source

Built Distribution

easy_parallel-0.1.4-py2-none-any.whl (3.2 kB view hashes)

Uploaded Python 2

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