Emanem / shared_mutexLinks
A C++11 shared mutex with high emphasis on performance
☆21Updated 4 years ago
Alternatives and similar repositories for shared_mutex
Users that are interested in shared_mutex are comparing it to the libraries listed below
Sorting:
- A concurrent thread-safe hash map implemented in C++☆149Updated 2 years ago
- Lock-free multi-producer multi-consumer ring buffer FIFO queue.☆189Updated 6 years ago
- A single header standard C++ serialization framework.☆200Updated 4 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 …☆153Updated 2 months ago
- A minimal shared/unique_ptr implementation to handle cases where boost/std::shared/unique_ptr are not available.☆193Updated 3 years ago
- Use functors, lambdas and std::chrono to schedule tasks in the near future☆94Updated 4 years ago
- nanorpc - lightweight RPC in pure C++ 17☆245Updated 3 years ago
- A fast, lock-free, cross-platform C++11 thread pool library that is aiming to be lightweight and simple.☆329Updated 4 years ago
- A fastest, exception-safety and pure C++17 thread pool.☆134Updated 6 years ago
- Thread safe, lock-free memory pool.☆61Updated last year
- Code samples from https://vorbrodt.blog/☆115Updated 2 months ago
- 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…☆270Updated last year
- A simple C++ 03/11/etc timer class for ~microsecond-precision cross-platform benchmarking. The implementation is as limited and as simple…☆148Updated last year
- C++ serializers benchmark with realistic data☆127Updated 3 years ago
- Scope Guard & Defer C++☆182Updated 2 years ago
- Ultra fast C++11 allocator for STL containers.☆273Updated 4 years ago
- Object pool implementation in C++11☆101Updated 5 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 …☆119Updated 7 years ago
- redis-cpp is a header-only library in C++17 for Redis (and C++11 backport)☆134Updated last year
- Component-Model Framework in C++☆44Updated 10 years ago
- My own implementation of C++'s smart pointers☆38Updated 5 years ago
- An STL-like C++ header-only tree library☆150Updated last year
- Lock-Free implementation of std::atomic<std::shared_ptr> & several Lock-Free data structures based on it☆73Updated 2 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 …☆298Updated last year
- Single-header library facilities for C++2a Coroutines☆81Updated 3 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☆521Updated 3 years ago
- Simple Useful Libraries: C++17/20 header-only dynamic bitset☆174Updated 2 weeks ago
- An intrusive lock-free multiple-producer, single-consumer queue in C++☆52Updated 9 years ago
- Automatically exported from code.google.com/p/segvcatch☆129Updated 4 months ago
- Library of backported modern C++ types to work with C++11☆90Updated 9 months ago