Talk type: Talk

DIY: Homemade Thread Pool

  • Talk in Russian

The C++ Standard Library lacks a thread pool mechanism and it is not always convenient to use Boost, TBB or Qt for these purposes. This talk is about creating your thread pool step by step without any dependencies except C++17.

During the talk we will see how easy it is to create your minimal thread pool with decent performance and rich functionality. We will benchmark it and add optimizations based on those benchmarks. The talk also will tap into creating easy-to-use, yet flexible, the public interface for this thread pool.

Talk is based on Asynqro library.

  • #multithreading

Speakers

Invited experts

Talks