tghosgor / threadpool11Links
A fast, lock-free, cross-platform C++11 thread pool library that is aiming to be lightweight and simple.
☆330Updated 4 years ago
Alternatives and similar repositories for threadpool11
Users that are interested in threadpool11 are comparing it to the libraries listed below
Sorting:
- High performance C++11 thread pool☆581Updated 4 years ago
- A fastest, exception-safety and pure C++17 thread pool.☆131Updated 6 years ago
- C++ library for executors☆511Updated 8 years ago
- Lock-free multi-producer multi-consumer ring buffer FIFO queue.☆185Updated 5 years 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 …☆298Updated last year
- Examples (code samples) describing the construction of active objects on the top of Boost.Asio. A code-based guide for client/server crea…☆292Updated 2 months ago
- A C++ Template library, developed by Andrei Alexandrescu, the author of the book Modern C++ Design.☆431Updated 4 years ago
- A header-only C++ library for task concurrency☆630Updated 2 years ago
- nanorpc - lightweight RPC in pure C++ 17☆243Updated 2 years ago
- A minimal shared/unique_ptr implementation to handle cases where boost/std::shared/unique_ptr are not available.☆188Updated 2 years ago
- C++ String Toolkit Library https://www.partow.net/programming/strtk/index.html☆137Updated 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☆519Updated 3 years ago
- A STL allocator that mmaps files☆251Updated 4 years ago
- C++11 single .h asymmetric coroutine implementation via ucontext / fiber☆424Updated 3 months ago
- PolyM is a very simple C++ message queue intended for inter-thread communication☆198Updated last year
- Ultra fast C++11 allocator for STL containers.☆273Updated 3 years ago
- A concurrent thread-safe hash map implemented in C++☆145Updated 2 years ago
- Loki is a C++ library of designs, containing flexible implementations of common design patterns and idioms.☆251Updated 12 years ago
- Simple and reliable LRU cache for c++ based on hashmap and linkedlist☆386Updated 5 years ago
- Thread safe, lock-free memory pool.☆60Updated last year
- C++ cache with LRU/LFU/FIFO policies implementation☆372Updated 3 months ago
- Implementation of std::any, including small object optimization, for C++11 compilers☆150Updated last year
- Sole is a lightweight C++11 library to generate universally unique identificators (UUID), both v1 and v4.☆301Updated 3 years ago
- A feature complete LRU cache implementation in C++☆256Updated 5 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☆448Updated 5 months ago
- C++ Benchmark Authoring Library/Framework☆855Updated 2 months ago
- Object pool implementation in C++11☆100Updated 4 years ago
- A C++14 Task Manager / Scheduler☆108Updated 2 years ago
- A public domain lock free queues implemented in C++11☆181Updated 11 years ago
- Boost.Hana中文文档☆113Updated 4 years ago