GitHub / intzeros / parallel-task-graph
Task scheduling based on thread pool. Getting parallel tasks for a given dependency graph (or task graph), which is a DAG, via topological sorting. Then put these tasks into thread pool.
JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/intzeros%2Fparallel-task-graph
Stars: 8
Forks: 2
Open issues: 0
License: None
Language: C++
Size: 87.9 KB
Dependencies parsed at: Pending
Created at: about 8 years ago
Updated at: about 2 years ago
Pushed at: about 8 years ago
Last synced at: almost 2 years ago
Topics: dependency-graph, multithreading, parellel-scheduling, topological-sort