High performance C++11 thread pool
☆584Oct 4, 2020Updated 5 years ago
Alternatives and similar repositories for thread-pool-cpp
Users that are interested in thread-pool-cpp are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- A fast, lock-free, cross-platform C++11 thread pool library that is aiming to be lightweight and simple.☆329Mar 29, 2021Updated 5 years ago
- A fastest, exception-safety and pure C++17 thread pool.☆134Jul 29, 2019Updated 6 years ago
- ☆15Dec 15, 2016Updated 9 years ago
- A bounded single-producer single-consumer wait-free and lock-free queue written in C++11☆1,205Jan 4, 2024Updated 2 years ago
- Thread pool implementation using c++11 threads☆1,231Mar 1, 2024Updated 2 years ago
- Managed Database hosting by DigitalOcean • AdPostgreSQL, MySQL, MongoDB, Kafka, Valkey, and OpenSearch available. Automatically scale up storage and focus on building your apps.
- A simple C++11 Thread Pool implementation☆8,734Jul 20, 2024Updated last year
- Async++ concurrency framework for C++11☆1,417Oct 11, 2024Updated last year
- A bounded multi-producer multi-consumer concurrent queue written in C++11☆1,506Mar 8, 2024Updated 2 years ago
- Fast, multiplatform fiber based job dispatcher based on Naughty Dogs' GDC2015 talk.