dabbertorres / ThreadPool
A thread pool for C++ using std::thread and other C++11/14 standard threading utilities.
☆35Updated 6 years ago
Alternatives and similar repositories for ThreadPool:
Users that are interested in ThreadPool are comparing it to the libraries listed below
- C++ asynchronous promises like a Promises/A+☆44Updated 2 years ago
- Use functors, lambdas and std::chrono to schedule tasks in the near future☆93Updated 3 years ago
- A C++ data container replicating std::queue functionality but with better performance.☆33Updated 2 months ago
- A C++11 memory pool for multi-threaded applications☆34Updated 7 years ago
- CppProperties is a single header libaray for enabling the property system architecture☆39Updated 5 years ago
- Task System presented in "Better Code: Concurrency - Sean Parent"☆42Updated 4 years ago
- Modern C++ Thread Pool☆42Updated 5 years ago
- Non-intrusive C++ signal programming library☆50Updated 3 years ago
- bit-lite - C++20 bit operations for C++98 and later in a single-file header-only library☆40Updated last year
- Simple, non intrusive reactive programming library for C++. (Events + Observable Properties + Reactive Properties)☆73Updated 6 years ago
- Smart queue that executes tasks in threadpool-like manner☆40Updated last year
- A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context…☆66Updated 2 months ago
- A fastest, exception-safety and pure C++17 thread pool.☆131Updated 5 years ago
- Header-only pure C++11 library providing signal and slot functionality☆17Updated 6 years ago
- Ultra light-weight endian utility for C++11 (header only)☆25Updated 6 years ago
- A simple C++ 03/11/etc timer class for ~microsecond-precision cross-platform benchmarking. The implementation is as limited and as simple…☆142Updated last year
- Priority-based Task Scheduling for Modern C++☆89Updated 4 years ago
- C++14 compatible observer pattern / signal slot pattern that can ignore extra parameters like Qt's signals and slots.☆17Updated 3 years ago
- Thread pool using std::* primitives from C++20, with optional priority queue/greenthreading for POSIX.☆84Updated 2 years ago
- A curated list of Modern C++ idioms☆21Updated 8 years ago
- File/Directory Watcher for Modern C++☆83Updated 2 years ago
- C++20 implementation of {{ mustache }}☆84Updated 5 months ago
- A C++14 reflection library☆71Updated 3 weeks ago
- Yet another C++ text formatting library.☆71Updated 4 months ago
- easy to use callback library for C++☆42Updated 8 years ago
- std::invoke/std::apply analogs for C++11/14☆41Updated 2 years ago
- A single file C++11 header-only memory mapped file library.☆63Updated last year
- High performance C++11 signals☆171Updated 5 years ago
- Code samples from https://vorbrodt.blog/☆113Updated this week
- A migration path to C++ library extensions scope_exit, scope_fail, scope_success, unique_resource☆46Updated 2 weeks ago