Skip to content

Commit

Permalink
Merge branch 'main' of github.com:mdmould/tqdm_pathos into main
Browse files Browse the repository at this point in the history
  • Loading branch information
MDM988 committed Jan 22, 2023
2 parents e12dd14 + d375654 commit 637f00f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ Wrappers based on [parmap](https://github.com/zeehio/parmap) for multiprocessing

While parmap includes these extensions and a progress bar, it is built on the default [multiprocessing](https://docs.python.org/3/library/multiprocessing.html) library. The multiprocessing/pools module in pathos includes enhanced serialization to allow multiprocessing of, e.g., lambda functions, class methods, etc.

## Installation

You can `pip install tqdm-pathos`.

## Usage

A pool with an automatically detected number of cores is set up by default. To choose the number of cores, use the `n_cpus` kwarg.
Expand Down

0 comments on commit 637f00f

Please sign in to comment.