tghosgor / threadpool11
A fast, lock-free, cross-platform C++11 thread pool library that is aiming to be lightweight and simple.
☆325Updated 3 years ago
Related projects ⓘ
Alternatives and complementary repositories for threadpool11
- High performance C++11 thread pool☆568Updated 4 years ago
- A fastest, exception-safety and pure C++17 thread pool.☆131Updated 5 years ago
- A header-only C++ library for task concurrency☆624Updated last year
- C++ library for executors☆494Updated 8 years ago
- C++ Benchmark Authoring Library/Framework☆824Updated last month
- We make any object thread-safe and std::shared_mutex 10 times faster to achieve the speed of lock-free algorithms on >85% reads☆508Updated 2 years ago
- A STL allocator that mmaps files☆242Updated 3 years ago
- A lock-free multi-producer multi-consumer ring buffer FIFO queue.☆173Updated 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…☆273Updated this week
- nanorpc - lightweight RPC in pure C++ 17☆235Updated last year
- C++ reflection library with Lua binding, and JSON and XML serialisation.☆648Updated 2 years ago
- Low Latency C++11 Logging Library☆727Updated 10 months ago
- Loki is a C++ library of designs, containing flexible implementations of common design patterns and idioms.☆244Updated 11 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☆422Updated 5 months ago
- Yet Another Serialization☆733Updated 8 months ago
- Simple and reliable LRU cache for c++ based on hashmap and linkedlist☆366Updated 4 years ago
- A fast work-stealing queue template in C++☆295Updated 9 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 …☆294Updated 2 months ago
- C++ cache with LRU/LFU/FIFO policies implementation☆343Updated 6 months ago
- Lightweight, Generic, Pure C++11 ThreadPool☆272Updated 6 years ago
- Async++ concurrency framework for C++11☆1,350Updated last month
- Boost.org thread module☆203Updated this week
- A public domain lock free queues implemented in C++11☆181Updated 10 years ago
- Implementation of std::any, including small object optimization, for C++11 compilers☆145Updated 6 months ago
- Subprocessing with modern C++☆459Updated 8 months ago
- A concurrent thread-safe hash map implemented in C++☆145Updated last year
- A minimal shared/unique_ptr implementation to handle cases where boost/std::shared/unique_ptr are not available.☆180Updated 2 years ago
- Ultra fast C++11 allocator for STL containers.☆274Updated 2 years ago
- A C++ Template library, developed by Andrei Alexandrescu, the author of the book Modern C++ Design.☆404Updated 4 years ago
- C++11 single .h asymmetric coroutine implementation via ucontext / fiber☆417Updated 2 years ago