vix.ing · top · new · best · stats · spec

A simple and fast C++ thread pool implementation capable of running task graphs

2024/07/22 by Puyda, Dmytro
#Distributed #FOS: Computer and information sciences #Parallel #Software Engineering (cs.SE) #and Cluster Computing (cs.DC)

paper · doi:10.48550/arxiv.2407.15805

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.

Related