- rename some things to conform to PEP

- pmap and parfor now automatically divide the task in chunks: less pickling is needed this way
- pickle code in a new file: prevent some unpickleble things from getting pickled
- Chunks now supports generators when the length keyword argument is supplied
- TqdmMeter can have a description
This commit is contained in:
Wim Pomp
2022-05-03 15:55:11 +02:00
parent 865ec70d97
commit 32c5560306
4 changed files with 211 additions and 183 deletions

View File

@@ -162,5 +162,5 @@ More low-level accessibility to parallel execution. Submit tasks and request the
(although necessarily submit first, then request a specific task), use different functions and function
arguments for different tasks.
## Tqdmm
## TqdmMeter
Meter bar, inherited from tqdm, used for displaying buffers.