https://github.com/yinqiwen/didagle
https://github.com/yinqiwen/didagle
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yinqiwen/didagle
- Owner: yinqiwen
- Created: 2023-06-19T03:41:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-13T07:35:28.000Z (7 months ago)
- Last Synced: 2025-04-01T15:11:54.628Z (7 months ago)
- Language: C++
- Size: 840 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Didagle
Dependency Injection Directed Acyclic Graph Lightweight Engine.## Features
- 依赖注入(C++/Go)
- 数据驱动图执行(C++/Go)
- 流程驱动图执行(C++/Go)
- `if/else/while`控制流(C++/Go)
- Python代码计算图描述(C++/Go)
- Toml配置计算图描述(C++/Go)