Skip to content

Commit 8bfe206

Browse files
Tsung-Wei HuangTsung-Wei Huang
authored andcommitted
added profile gif
1 parent f452f04 commit 8bfe206

3 files changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,15 @@ Cpp-Taskflow lets you quickly build parallel dependency graphs using modern C++1
1212
It is by far faster, more expressive, and easier for drop-in integration than existing libraries such as [OpenMP Tasking][OpenMP Tasking] and
1313
[TBB FlowGraph][TBB FlowGraph].
1414

15+
| Without Cpp-Taskflow | With Cpp-Taskflow |
16+
| -------------------- | ----------------- |
17+
| ![](image/profile_without_taskflow.gif) | ![](image/profile_with_taskflow.gif) |
18+
1519
*"Cpp-Taskflow is the cleanest Task API I've ever seen," Damien*
1620

1721
*"Cpp-Taskflow allows us to explore more parallelism and go beyond the scale we had," OpenTimer developers*
1822

23+
1924
# Get Started with Cpp-Taskflow
2025

2126
The following example [simple.cpp](./example/simple.cpp) shows the basic API you need to use Cpp-Taskflow.

image/profile_with_taskflow.gif

11.7 MB
Loading

image/profile_without_taskflow.gif

10.2 MB
Loading

0 commit comments

Comments
 (0)