Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 1.95 KB

README.md

File metadata and controls

36 lines (27 loc) · 1.95 KB

async_info

Information about asynchronous calculations, concepts and tools is collected here

Async concepts

Common information from blogs and tutorials

  1. Actor models:
  1. Multiprocessing in python:
  1. Multiprocessing on GPU:
  1. Practicle issues and questions:

Papers

Async tools

Common

  1. multiprocessing python package

Actor model (system)

  1. Thespian (python)
  2. Pykka (python), brief desc
  3. Xoscar (python)