Multi CPU Processing

Numpy on multi process, and how to use it.

  1. ***Dask - youtube intros

    1. Diagnostic dashboards

  2. Dask vs swifter vs vectorize

    1. Dask is dask

    2. Swifter will attempt to understand if dask or pandas apply should be used, looks like its using multi cpu so it may not be just using dask on the backend?

    3. Vectorize is just another option

Last updated