sc_parallel#

Functions to allow parallelization to be performed easily.

NB: Uses multiprocess instead of multiprocessing under the hood for broadest support across platforms (e.g. Jupyter notebooks).

Highlights:

Classes

Parallel

Parallelization manager

Functions

parallelize

Execute a function in parallel.