Fdhvdu / ThreadPool
A fastest, exception-safety and pure C++17 thread pool.
☆131Updated 5 years ago
Alternatives and similar repositories for ThreadPool:
Users that are interested in ThreadPool are comparing it to the libraries listed below
- Object pool implementation in C++11☆98Updated 4 years ago
- A fast, lock-free, cross-platform C++11 thread pool library that is aiming to be lightweight and simple.☆329Updated 4 years ago
- Thread pool using std::* primitives from C++20, with optional priority queue/greenthreading for POSIX.☆83Updated 2 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 …☆138Updated last month
- C++ serializers benchmark with realistic data☆123Updated 2 years ago
- A fast work-stealing queue template in C++☆305Updated last year
- Implementation of std::any, including small object optimization, for C++11 compilers☆148Updated 11 months 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
- Scope Guard & Defer C++☆172Updated last year
- variant lite - A C++17-like variant, a type-safe union for C++98, C++11 and later in a single-file header-only library☆239Updated 2 months ago
- A feature complete LRU cache implementation in C++☆249Updated 5 years ago
- A single header standard C++ serialization framework.☆193Updated 3 years ago
- High performance C++11 signals☆170Updated 5 years ago
- A header-only C++ library for task concurrency☆625Updated last year
- A simple C++11 reflection/serialization framework.☆130Updated 9 years ago
- Ultra fast C++11 allocator for STL containers.☆273Updated 3 years ago
- a FIFO-ordered associative container for C++☆191Updated last year
- ⏱️ Single-header C++11 RDTSCP clock and timing utilities released into the public domain.☆110Updated 6 years ago
- The Art of Template MetaProgramming (TMP) in Modern C++♦️☆165Updated 10 months ago
- High performance C++11 thread pool☆576Updated 4 years ago
- nanorpc - lightweight RPC in pure C++ 17☆243Updated 2 years ago
- C++ class for a joining and cooperative interruptible thread (should become std::jthread)☆194Updated 3 years ago
- Boost.org circular_buffer module☆56Updated 2 weeks ago
- Sample project for a small, flexible runtime reflection system using C++11☆307Updated 4 years ago
- Examples (code samples) describing the construction of active objects on the top of Boost.Asio. A code-based guide for client/server crea…☆280Updated 5 months ago
- Use functors, lambdas and std::chrono to schedule tasks in the near future☆92Updated 3 years ago
- Lock-free multi-producer multi-consumer ring buffer FIFO queue.☆178Updated 5 years ago
- A drop-in replacement for std::list with 293% faster insertion, 57% faster erasure, 17% faster iteration and 77% faster sorting on averag…☆154Updated last month
- C++ signal and slot system☆163Updated 5 years ago
- Boost.org serialization module☆126Updated 2 weeks ago