From aa1e6e04f120e57870d3fd702a5617833ba5eb5e Mon Sep 17 00:00:00 2001 From: NoneBack <46670806+noneback@users.noreply.github.com> Date: Fri, 15 Nov 2024 14:26:45 +0800 Subject: [PATCH] doc(readme): revise desc Signed-off-by: NoneBack <46670806+noneback@users.noreply.github.com> --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 7402792..127a307 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,7 @@ [![Mentioned in Awesome Go](https://awesome.re/mentioned-badge.svg)](https://github.com/avelino/awesome-go) - -A static DAG (Directed Acyclic Graph) task computing framework for Go, inspired by [taskflow-cpp](https://github.com/taskflow/taskflow), with Go's native capabilities and simplicity, suitable for complex dependency management in concurrent tasks. +A taskflow-like General-purpose Task-parallel Programming Framework with an integrated visualizer and profiler for Go, inspired by [taskflow-cpp](https://github.com/taskflow/taskflow), with Go's native capabilities and simplicity, suitable for complex dependency management in concurrent tasks. ## Feature - **High extensibility**: Easily extend the framework to adapt to various specific use cases.