Emanem / shared_mutex
A C++11 shared mutex with high emphasis on performance
☆21Updated 3 years ago
Related projects ⓘ
Alternatives and complementary repositories for shared_mutex
- A lock-free multi-producer multi-consumer ring buffer FIFO queue.☆173Updated 4 years ago
- Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue☆85Updated last year
- Implementation of std::future from the C++ Concurrency TS☆30Updated last year
- Lock-Free implementation of std::atomic<std::shared_ptr> & several Lock-Free data structures based on it☆45Updated 2 months ago
- Boost.org interprocess module☆139Updated last week
- Library of backported modern C++ types to work with C++11☆76Updated 2 years ago
- Urdl C++ Library - Urdl is a cross-platform C++ library for downloading web content using a URL. It provides an easy-to-use extension to …☆110Updated 6 years ago
- Boost.org circular_buffer module☆53Updated last week
- Pipelines for Modern C++☆58Updated 4 years ago
- Use functors, lambdas and std::chrono to schedule tasks in the near future☆92Updated 3 years ago
- C++ std::thread Event Loop with Message Queue and Timer☆39Updated last week
- 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…☆217Updated 4 months ago
- std::future extension☆37Updated 4 years ago
- Smart queue that executes tasks in threadpool-like manner☆40Updated last year
- Async GRPC with C++20 coroutine support☆75Updated 2 years ago
- ☆49Updated 7 months ago
- A concurrent thread-safe hash map implemented in C++☆145Updated last year
- Object pool implementation in C++11☆93Updated 3 years ago
- A migration path to C++ library extensions scope_exit, scope_fail, scope_success, unique_resource☆45Updated 5 months ago
- A special smart pointer to exchange data between threads☆37Updated 5 years ago
- Single-header library facilities for C++2a Coroutines☆80Updated 2 years ago
- A single header standard C++ serialization framework.☆189Updated 2 years ago
- C++14 compatible observer pattern / signal slot pattern that can ignore extra parameters like Qt's signals and slots.☆16Updated 2 years ago
- A multi-producer single consumer queue C++ template suitable for async logging with SHM IPC support☆74Updated 6 years ago
- A C++ ringbuffer that always looks like a flat array☆81Updated 4 years ago
- An easier way to write asynchronous c++ grpc clients/servers.☆34Updated 4 years ago
- C++ asynchronous promises like a Promises/A+☆44Updated last year
- A simple C++ 03/11/etc timer class for ~microsecond-precision cross-platform benchmarking. The implementation is as limited and as simple…☆132Updated 7 months ago
- lock-free FIFO queue by C native built it, easy built cross platform(no extra dependencies needed) , guarantee thread safety memory manag…☆139Updated 4 years ago
- Boost.Lockfree☆125Updated last week