Numpy on multi process, and how to use it.
- Pandas on multi process
- ***Dask - youtube intros
- Diagnostic dashboards
- Ditributed sklearn (amazing)
- Dask vs swifter vs vectorize
- Dask is dask
- 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?
- Vectorize is just another option
- Multi process cpu example
- Medium on MP, using MP pool, Ray etc.
- Async (multi process/thread/coroutines/asyncio)