ChunelFeng/CGraph
【A common used C++ & Python DAG framework】 一个通用的、无三方依赖的、跨平台的、收录于awesome-cpp的、基于流图的并行计算框架。欢迎star & fork & 交流 observed · 2026-08-28
Health v2 · maintenance only
95/100
- Activity 99
- Release rhythm 86
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 62
- age_days: 1955
- days_rel: 18
- days_push: 11
- n_releases_24m: 10
Adoption not part of the score
2301 stars · 389 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
CGraph is a cross-platform directed acyclic graph (DAG) execution framework written in pure C++11 with no third-party dependencies, also offering Python bindings (pycgraph). It lets users define nodes and dependency groups to schedule tasks with parallelism, conditionals, loops, pause/resume, and timeout control.
Use cases
- run dependent tasks as a DAG pipeline
- execute independent tasks in parallel with dependency control
- build a workflow engine in C++ without third-party libraries
- schedule AI agent pipelines as a graph
- add pause, resume, and timeout handling to task graphs
- compare DAG scheduling performance against taskflow
When to choose
- you need a dependency-free, header-friendly C++ DAG scheduler
- you want cross-platform support including Android
- you prefer Python APIs for building pipelines
- you need fine-grained control over conditional, loop, and concurrent graph execution
When to avoid
- you need distributed multi-machine task orchestration
- you want a batteries-included workflow UI like Airflow
- your project already standardizes on another task framework such as taskflow
Facets
framework · maturity active
workflow-automation concurrency scheduling developer-tools cpp python windows cross-platform dag pipeline task-graph parallel-computing no-dependencies pycgraph automation algorithms linux macos android
2 sources
- readme: https://github.com/ChunelFeng/CGraph · fetched 2026-08-28 · 451a7842170a
- homepage: http://www.chunel.cn · fetched 2026-08-29 · 7960e912c00f
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| ChunelFeng/CGraph | main | 95 |
For agents
markdown · JSON · MCP: product_card(name="ChunelFeng/CGraph")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem