inkooboo / thread-pool-cppLinks
High performance C++11 thread pool
☆582Updated 5 years ago
Alternatives and similar repositories for thread-pool-cpp
Users that are interested in thread-pool-cpp 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
- C++ library for executors☆512Updated 9 years ago
- A header-only C++ library for task concurrency☆630Updated 2 years ago
- C++ cache with LRU/LFU/FIFO policies implementation☆371Updated last month
- Yet Another Serialization☆766Updated 8 months ago
- Async++ concurrency framework for C++11☆1,410Updated last year
- nanorpc - lightweight RPC in pure C++ 17☆245Updated 2 years ago
- Low Latency C++11 Logging Library☆746Updated last year
- C++ 20 Coroutines in Action (Helpers + Test Code Examples)☆492Updated 3 years ago
- cross-platform coroutine library in c++☆860Updated 4 months 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☆517Updated 3 years ago
- C++ Benchmark Authoring Library/Framework☆858Updated 2 weeks ago
- Ultra fast C++11 allocator for STL containers.☆273Updated 3 years ago
- Simple and reliable LRU cache for c++ based on hashmap and linkedlist☆388Updated 5 years ago
- A fast work-stealing queue template in C++☆321Updated 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…☆293Updated 4 months ago
- A fastest, exception-safety and pure C++17 thread pool.☆132Updated 6 years ago
- C++11 single .h asymmetric coroutine implementation via ucontext / fiber☆425Updated 4 months ago
- A C++ Template library, developed by Andrei Alexandrescu, the author of the book Modern C++ Design.☆432Updated 5 years ago
- Pure C++17 Signals and Slots☆432Updated 3 years ago
- Reckless logging. Low-latency, high-throughput, asynchronous logging library for C++.☆501Updated 2 years ago
- C++ reflection library with Lua binding, and JSON and XML serialisation.☆664Updated 2 years ago
- A bounded multi-producer multi-consumer concurrent queue written in C++11☆1,391Updated last year
- 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 …☆296Updated last year
- Lock-free multi-producer multi-consumer ring buffer FIFO queue.☆186Updated 5 years ago
- A feature complete LRU cache implementation in C++☆257Updated 5 years ago
- Cross-platform C++ common library for Linux, OSX, Windows, Cygwin, MinGW☆302Updated 3 months ago
- A bounded single-producer single-consumer wait-free and lock-free queue written in C++11☆1,087Updated last year
- C++20 coroutine library☆857Updated this week
- string_view lite - A C++17-like string_view for C++98, C++11 and later in a single-file header-only library☆453Updated 3 weeks ago