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:
sc.parallelize()
: as-easy-as-possible parallelization
Classes
Parallelization manager |
Functions
Execute a function in parallel. |