Parallel execution support in SciPy — SciPy v1.15.3 Manual (original) (raw)

SciPy aims to provide functionality that is performant, i.e. has good execution speed. On modern computing hardware, CPUs often have many CPU cores - and hence users may benefit from parallel execution. This page aims to give a brief overview of the options available to employ parallel execution.

Some key points related to parallelism: