Skip to main content

parallel implementations of collections with support for map/reduce style operations

Project description

New in 1.9: parallel strings and a parallel generator!

In this package you’ll find very simple parallel implementations of list and dict. The parallelism is achieved using the Python 2.7 backport of the concurrent.futures package. If you can define your problem in terms of map/reduce/filter operations, it will run on several parallel Python processes on your machine, taking advantage of multiple cores. Otherwise these datastructures are equivalent to their non-parallel peers found in the standard library.

Examples at http://gterzian.github.io/Python-Parallel-Collections/ Feedback at the same url highly sought after!

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

python-parallel-collections-0.1.9.3.tar.gz (4.7 kB view hashes)

Uploaded Source

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