Tomenol / thread-manager

C++ multithreading library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multithreading manager :

The goal of this small project was to create an off-the-shelf multipurpose multithreading C++ library which I could use on a vast variety of C++ projects such as Deep Learning, Simulation, ... Relying on a basic parallel architecture, each Worker picks the next available Task in the global task queue.

Author :

  • Thomas MAYNADIE

About

C++ multithreading library

License:GNU General Public License v3.0


Languages

Language:C++ 100.0%