dabbertorres / ThreadPoolLinks
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
Sorting:
- CppProperties is a single header libaray for enabling the property system architecture☆39Updated 5 years ago
- Modern C++ Thread Pool☆42Updated 5 years ago
- Header-only pure C++11 library providing signal and slot functionality☆17Updated 6 years ago
- A simple implementation of a MessageBus.☆26Updated last year
- A C++ data container replicating std::queue functionality but with better performance.☆34Updated 3 months ago
- C++ header only library purposed to create pool of some resources like keepalive connections☆25Updated 10 months ago
- A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context…☆66Updated 3 months ago
- Transferred to https://github.com/Neargye/yacppl☆14Updated 4 years ago
- Use functors, lambdas and std::chrono to schedule tasks in the near future☆93Updated 3 years ago
- A C++14 reflection library☆73Updated last month
- File/Directory Watcher for Modern C++☆84Updated 2 years ago
- Header-only library for automatic (de)serialization of C++ types to/from JSON.☆54Updated 5 years ago
- A C++ ringbuffer that always looks like a flat array☆82Updated 4 years ago
- Task System presented in "Better Code: Concurrency - Sean Parent"☆42Updated 4 years ago
- Simple, non intrusive reactive programming library for C++. (Events + Observable Properties + Reactive Properties)☆73Updated 6 years ago
- Object pool implementation in C++11☆99Updated 4 years ago
- Massively Multiplayer Online Blackjack Game using Boost.Beast☆5Updated 4 years ago
- MIF is a C++11 web-application framework designed for the backend micro-service development☆47Updated last year
- C++ asynchronous promises like a Promises/A+☆44Updated 2 years ago
- std::invoke/std::apply analogs for C++11/14☆41Updated 2 years ago
- Example code and slides for my talk "std::variant and the Power of Pattern Matching"☆43Updated 4 years ago
- Thread pool using std::* primitives from C++20, with optional priority queue/greenthreading for POSIX.☆85Updated 2 years ago
- Modern C++ generic header-only template library.☆102Updated 2 years ago
- C++ plugin framework☆52Updated 5 years ago
- A simple C++ 03/11/etc timer class for ~microsecond-precision cross-platform benchmarking. The implementation is as limited and as simple…☆141Updated last year
- A C++17 metaprogramming library. Strings, Parsing, Typelists, Aggregate to Tuple conversions and Constant integral literals☆51Updated 6 years ago
- The C++11 way of implementing the Fast Pimpl Idiom☆48Updated 12 years ago
- Smart queue that executes tasks in threadpool-like manner☆40Updated last year
- Functional C++ iterator library☆25Updated 3 years ago
- A C++11 memory pool for multi-threaded applications☆34Updated 7 years ago