ScottWales / python-parallel-demos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python Parallel Demonstrations

asyncio - Single process, allows tasks to run in parallel while waiting on IO

multiprocessing - Multiple processes, each process can run on separate data

mpi4py - Allows running across multiple nodes and communicating with MPI

About


Languages

Language:Python 85.5%Language:Shell 14.5%