dreamplayer-zhang / taro

Task graph-based asynchronous programming system using C++ coroutine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Taro

Taro is an open-source asynchronous task graph programming system using C++ Coroutine. Taro allows you to write coroutines in a task graph while abstracting away complex coroutine management. It also introduces a coroutine-aware work-stealing algorithm to support the programming model while minimizing CPU migration overhead. See wiki for more details.

About

Task graph-based asynchronous programming system using C++ coroutine


Languages

Language:C++ 93.2%Language:Cuda 4.2%Language:Shell 1.9%Language:CMake 0.7%