dabbertorres / ThreadPoolLinks
A thread pool for C++ using std::thread and other C++11/14 standard threading utilities.
☆35Updated 7 years ago
Alternatives and similar repositories for ThreadPool
Users that are interested in ThreadPool are comparing it to the libraries listed below
Sorting:
- Task System presented in "Better Code: Concurrency - Sean Parent"☆42Updated 5 years ago
- CppProperties is a single header libaray for enabling the property system architecture☆40Updated 5 years ago
- Modern C++ Thread Pool☆41Updated 5 years ago
- Smart queue that executes tasks in threadpool-like manner☆45Updated 2 years ago
- C++ asynchronous promises like a Promises/A+☆46Updated 3 years ago
- A fastest, exception-safety and pure C++17 thread pool.☆134Updated 6 years ago
- any lite - A C++17-like any, a type-safe container for single values of any type for C++98, C++11 and later in a single-file header-only …☆153Updated 2 months ago
- Header-only pure C++11 library providing signal and slot functionality☆18Updated 6 years ago
- Object pool implementation in C++11☆101Updated 5 years ago
- High performance C++11 signals☆178Updated 6 years ago
- C++ signal and slot system☆161Updated 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…☆148Updated last year
- Use functors, lambdas and std::chrono to schedule tasks in the near future☆94Updated 4 years ago
- Modern C++ generic header-only template library.☆105Updated 6 months ago
- Parent of *-lite repositories, a migration path to post-C++98 library features via polyfills.☆89Updated 4 months ago
- Example code and slides for my talk "std::variant and the Power of Pattern Matching"☆43Updated 4 years ago
- A simple implementation of a MessageBus.☆26Updated last year
- Simple, non intrusive reactive programming library for C++. (Events + Observable Properties + Reactive Properties)☆74Updated 7 years ago
- A fast and flexible c++ template class for tree data structures☆115Updated 5 months ago
- Ultra light-weight endian utility for C++11 (header only)☆25Updated 7 years ago
- args-parser is a small C++ header-only library for parsing command line arguments.☆91Updated 3 weeks ago
- C++20 implementation of {{ mustache }}☆86Updated last year
- A C++14 reflection library☆78Updated last month
- A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context…☆70Updated last month
- value-ptr-lite - A C++ smart-pointer with value semantics for C++98, C++11 and later in a single-file header-only library☆52Updated 2 months ago
- An indirect value-type for C++☆83Updated 2 years ago
- Priority-based Task Scheduling for Modern C++☆93Updated 5 years ago
- Header-only library for automatic (de)serialization of C++ types to/from JSON.☆54Updated 5 years ago
- Code samples from https://vorbrodt.blog/☆115Updated 2 months ago
- The C++11 way of implementing the Fast Pimpl Idiom☆48Updated 13 years ago