Skip to main content

A collection of basic list functions which can be run in parallel mode (both sync or async).

Project description

Parallel tools (named in manner to itertools & functools) is a set of commonly used list traversal functions, which is working in parallel (fault-tolerant) in synchronous or asynchronous manner.

Implementation is based on python threading module, so be aware of GIL.

Currently implemented functions are (both sync & async):

  • filter - filters the list by predicate you provide;

  • map - applies a function to each element of the list.

Important: Due to nature of parallel processing the order of results isn’t guranteed. Although, function is returns a list because the objects you want to process might not be hashable, hence you can’t use a set.

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

paralleltools-0.0.3.zip (7.5 kB view hashes)

Uploaded source

paralleltools-0.0.3.tar.gz (5.2 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