tghosgor / threadpool11
A fast, lock-free, cross-platform C++11 thread pool library that is aiming to be lightweight and simple.
☆328Updated 3 years ago
Alternatives and similar repositories for threadpool11:
Users that are interested in threadpool11 are comparing it to the libraries listed below
- High performance C++11 thread pool☆572Updated 4 years ago
- C++ library for executors☆499Updated 8 years ago
- A header-only C++ library for task concurrency☆624Updated last year
- A fastest, exception-safety and pure C++17 thread pool.☆131Updated 5 years ago
- A STL allocator that mmaps files☆245Updated 3 years ago
- Lightweight, Generic, Pure C++11 ThreadPool☆272Updated 7 years ago
- nanorpc - lightweight RPC in pure C++ 17☆241Updated 2 years ago
- C++ reflection library with Lua binding, and JSON and XML serialisation.☆654Updated 2 years ago
- string_view lite - A C++17-like string_view for C++98, C++11 and later in a single-file header-only library☆430Updated 8 months ago
- A header only C++11 LRU Cache template class that allows you to define key, value and optionally the Map type. uses a double linked list …☆292Updated 5 months ago
- A fast work-stealing queue template in C++☆302Updated last year
- Implementation of std::any, including small object optimization, for C++11 compilers☆146Updated 9 months ago
- Yet Another Serialization☆748Updated this week
- Examples (code samples) describing the construction of active objects on the top of Boost.Asio. A code-based guide for client/server crea…☆280Updated 3 months ago
- Low Latency C++11 Logging Library☆730Updated last year
- C++ Benchmark Authoring Library/Framework☆835Updated last month
- A minimal shared/unique_ptr implementation to handle cases where boost/std::shared/unique_ptr are not available.☆182Updated 2 years ago
- C++ 20 Coroutines in Action (Helpers + Test Code Examples)☆488Updated 2 years ago
- Pure C++17 Signals and Slots☆420Updated 2 years ago
- optional lite - A C++17-like optional, a nullable object for C++98, C++11 and later in a single-file header-only library☆405Updated 3 weeks ago
- C++ cache with LRU/LFU/FIFO policies implementation☆353Updated 9 months ago
- Simple and reliable LRU cache for c++ based on hashmap and linkedlist☆373Updated 4 years ago
- We make any object thread-safe and std::shared_mutex 10 times faster to achieve the speed of lock-free algorithms on >85% reads☆515Updated 2 years ago
- A public domain lock free queues implemented in C++11☆182Updated 11 years ago
- A feature complete LRU cache implementation in C++☆247Updated 5 years ago
- C++ String Toolkit Library https://www.partow.net/programming/strtk/index.html☆132Updated 4 years ago
- C++11 single .h asymmetric coroutine implementation via ucontext / fiber☆417Updated 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 …☆138Updated 3 weeks ago
- userland threads☆473Updated last month
- Lock-free multi-producer multi-consumer ring buffer FIFO queue.☆178Updated 5 years ago