Publication | Open Access
A Modern C++ Parallel Task Programming Library
26
Citations
3
References
2019
Year
Unknown Venue
Cluster ComputingEngineeringComputer ArchitectureSoftware EngineeringParallel ToolParallel SoftwareParallel ComputingTask GraphComputer EngineeringTask ParallelismComputer ScienceSoftware DesignTask Dependency GraphProgram AnalysisPresent Cpp-taskflowParallel ProgrammingParallel Programming ModelData-level ParallelismSystem Software
In this paper we present Cpp-Taskflow, a C++ parallel programming library that enables users to quickly develop parallel applications using the task dependency graph model. Developers formulate their application as a task dependency graph and Cpp-Taskflow will manage the task execution and concurrency control.The task graph model is expressive and composable. It can express both regular and irregular parallel patterns, and developers can quickly compose large programs from small parallel modules. Cpp-Taskflow has an intuitive and unified API set. Users only need to learn the APIs to build and dispatch a task graph and no complex parallel programming concept is required. We have conducted experiments using both micro-benchmarks and real-world applications and Cpp-Taskflow outperforms state-of-the-art parallel programming libraries in both runtime and coding effort. Cpp-Taskflow is open-source and has been used in both industry and academic projects. From our users' feedback, we believe Cpp-Taskflow can benefit the industry and research community greatly through its ease-of-programming and inspire new research directions in multimedia system/software design.
| Year | Citations | |
|---|---|---|
Page 1
Page 1