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:
- C++ signal and slot system☆161Updated 5 years ago
- High performance C++11 signals☆177Updated 6 years ago
- Task System presented in "Better Code: Concurrency - Sean Parent"☆42Updated 5 years ago
- C++20 implementation of {{ mustache }}☆86Updated last year
- Modern C++ generic header-only template library.☆104Updated 4 months ago
- A fastest, exception-safety and pure C++17 thread pool.☆134Updated 6 years ago
- A C++ ringbuffer that always looks like a flat array☆83Updated 5 years ago
- Parent of *-lite repositories, a migration path to post-C++98 library features via polyfills.☆89Updated 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☆50Updated 2 months ago
- A simple C++ 03/11/etc timer class for ~microsecond-precision cross-platform benchmarking. The implementation is as limited and as simple…☆145Updated last year
- Modern C++ Thread Pool☆41Updated 5 years ago
- async is a tiny C++ header-only high-performance library for async calls handled by a thread-pool, which is built on top of an unbounded …☆32Updated 4 years ago
- Use functors, lambdas and std::chrono to schedule tasks in the near future☆93Updated 4 years ago
- CppProperties is a single header libaray for enabling the property system architecture☆40Updated 5 years ago
- Thread pool using std::* primitives from C++20, with optional priority queue/greenthreading for POSIX.☆85Updated 3 years ago
- args-parser is a small C++ header-only library for parsing command line arguments.☆91Updated last month
- Reflection utilities and examples built on top of C++ reflection TS implementation.☆116Updated 3 years ago
- std::invoke/std::apply analogs for C++11/14☆43Updated 2 years ago
- ring-span lite - A C++yy-like ring_span type for C++98, C++11 and later in a single-file header-only library☆165Updated 2 months ago
- A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context…☆70Updated 4 months ago
- The C++11 way of implementing the Fast Pimpl Idiom☆48Updated 13 years ago
- Priority-based Task Scheduling for Modern C++☆92Updated 4 years ago
- Object pool implementation in C++11☆100Updated 5 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 …☆149Updated this week
- Simple Useful Libraries: C++17/20 header-only dynamic bitset☆170Updated 9 months ago
- A single file C++11 header-only memory mapped file library.☆75Updated 2 years ago
- Cmake-based build of boost☆57Updated 6 years ago
- A C++14 Task Manager / Scheduler☆108Updated 2 years ago
- Example code and slides for my talk "std::variant and the Power of Pattern Matching"☆43Updated 4 years ago
- A C++ data container replicating std::queue functionality but with better performance.☆36Updated 4 months ago