Fdhvdu / ThreadPoolLinks
A fastest, exception-safety and pure C++17 thread pool.
☆131Updated 6 years ago
Alternatives and similar repositories for ThreadPool
Users that are interested in ThreadPool are comparing it to the libraries listed below
Sorting:
- A fast, lock-free, cross-platform C++11 thread pool library that is aiming to be lightweight and simple.☆330Updated 4 years ago
- Object pool implementation in C++11☆100Updated 4 years ago
- A fast work-stealing queue template in C++☆315Updated last year
- Thread pool using std::* primitives from C++20, with optional priority queue/greenthreading for POSIX.☆85Updated 2 years ago
- Lock-free multi-producer multi-consumer ring buffer FIFO queue.☆184Updated 5 years ago
- A single header standard C++ serialization framework.☆196Updated 3 years ago
- C++ serializers benchmark with realistic data☆125Updated 2 years ago
- Ultra fast C++11 allocator for STL containers.☆274Updated 3 years ago
- Implementation of std::any, including small object optimization, for C++11 compilers☆148Updated last year
- A feature complete LRU cache implementation in C++☆255Updated 5 years ago
- nanorpc - lightweight RPC in pure C++ 17☆243Updated 2 years ago
- a FIFO-ordered associative container for C++☆202Updated 2 years ago
- High performance C++11 thread pool☆580Updated 4 years ago
- Lock-free concurrent work stealing deque in C++☆40Updated 7 years ago
- Use functors, lambdas and std::chrono to schedule tasks in the near future☆93Updated 3 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 …☆144Updated 4 months ago
- A header-only C++ library for task concurrency☆629Updated 2 years ago
- A minimal shared/unique_ptr implementation to handle cases where boost/std::shared/unique_ptr are not available.☆186Updated 2 years ago
- A simple C++11 reflection/serialization framework.☆130Updated 9 years ago
- Thread safe, lock-free memory pool.☆59Updated last year
- The Art of Template MetaProgramming (TMP) in Modern C++♦️☆166Updated last year
- C++ signal and slot system☆163Updated 5 years ago
- High performance C++11 signals☆175Updated 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…☆143Updated last year
- Code samples from https://vorbrodt.blog/☆114Updated 3 months ago
- C++ String Toolkit Library https://www.partow.net/programming/strtk/index.html☆136Updated 4 years ago
- A very fast cross-platform memory pool mechanism for C++ built using a data-oriented approach (3 to 24 times faster than regular new or d…☆256Updated last year
- My C++ Notes☆106Updated 4 years ago
- A fast and flexible c++ template class for tree data structures☆106Updated 3 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…☆290Updated last month