AlexeyAB / object_threadsafeLinks
We make any object thread-safe and std::shared_mutex 10 times faster to achieve the speed of lock-free algorithms on >85% reads
☆520Updated 3 years ago
Alternatives and similar repositories for object_threadsafe
Users that are interested in object_threadsafe are comparing it to the libraries listed below
Sorting:
- Yet Another Serialization☆765Updated 6 months ago
- High performance C++11 thread pool☆581Updated 4 years ago
- A header-only C++ library for task concurrency☆630Updated 2 years ago
- Fast C++ IPC using shared memory☆620Updated 3 years ago
- C++ library for executors☆508Updated 8 years ago
- C++ Benchmark Authoring Library/Framework☆852Updated last month
- An implementation of Actor, Publish-Subscribe, and CSP models in one rather small C++ framework. With performance, quality, and stability…☆548Updated 3 weeks ago
- A bounded multi-producer multi-consumer concurrent queue written in C++11☆1,347Updated last year
- Improved and configurable drop-in replacement to std::function that supports move only types, multiple overloads and more☆573Updated last month
- Ultra fast C++11 allocator for STL containers.☆273Updated 3 years ago
- A C++ library providing various concurrent data structures and reclamation schemes.☆606Updated 2 weeks ago
- C++ hash map and hash set which preserve the order of insertion☆547Updated 11 months ago
- A fast, lock-free, cross-platform C++11 thread pool library that is aiming to be lightweight and simple.☆329Updated 4 years ago
- Scope Guard & Defer C++☆176Updated last year
- Performance benchmark framework for C++ with nanoseconds measure precision☆311Updated last month
- A single header standard C++ serialization framework.☆196Updated 3 years ago
- STL compatible C++ memory allocator library using a new RawAllocator concept that is similar to an Allocator but easier to use and write.☆1,555Updated 2 months ago
- C++ implementation of a memory efficient hash map and hash set☆360Updated 11 months ago
- A bounded single-producer single-consumer wait-free and lock-free queue written in C++11☆1,050Updated last year
- A fast work-stealing queue template in C++☆319Updated last year
- Async++ concurrency framework for C++11☆1,404Updated 10 months ago
- C++ library for storing and printing backtraces.☆471Updated last week
- C++14 asynchronous allocation aware futures (supporting then, exception handling, coroutines and connections)☆846Updated last year
- C++ cache with LRU/LFU/FIFO policies implementation☆370Updated 3 months ago
- Your binary serialization library☆1,167Updated 6 months ago
- nanorpc - lightweight RPC in pure C++ 17☆243Updated 2 years ago
- Modern C++ Scheduling Library☆281Updated 3 years ago
- G3log is an asynchronous, "crash safe", logger that is easy to use with default logging sinks or you can add your own. G3log is made wi…☆933Updated 2 months ago
- A high performance C++ log library, producing structured binary logs☆711Updated 3 weeks ago
- string_view lite - A C++17-like string_view for C++98, C++11 and later in a single-file header-only library☆443Updated 4 months ago