Skip to main content

Package for parallel batch processing of iterators

Project description

parallel_batch

This is package for parallel batch processing.

  • Function batch_map in functionality is equivalent of map functor.
  • Result of map(callable, iterable) should be the same as batch_map(callable, iterable),
  • batch_map function allows parallel computation in batches, especially useful when iterable is stream data (iterator) and we don't know size of the data.

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

par_batch_map-0.0.1.post2.tar.gz (9.2 kB view hashes)

Uploaded Source

Built Distribution

par_batch_map-0.0.1.post2-py3-none-any.whl (10.8 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