TL;DR
This paper introduces a straightforward and efficient C++ thread pool designed to execute task graphs, with the implementation openly accessible for practical use and integration.
Contribution
The paper presents a novel, simple, and high-performance C++ thread pool implementation specifically capable of executing task graphs.
Findings
Implementation is publicly available on GitHub
Achieves fast execution of task graphs
Simplifies concurrent programming in C++
Abstract
In this paper, the author presents a simple and fast C++ thread pool implementation capable of running task graphs. The implementation is publicly available on GitHub, see https://github.com/dpuyda/scheduling.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
