par-batch-map 0.0.1.post2

Last updated:

0 purchases

par-batch-map 0.0.1.post2 Image
par-batch-map 0.0.1.post2 Images
Add to Cart

Description:

parbatchmap 0.0.1.post2

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.

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.