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
☆517Updated 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:
- A header-only C++ library for task concurrency☆630Updated 2 years ago
- Yet Another Serialization☆766Updated 8 months ago
- Fast C++ IPC using shared memory☆620Updated 3 years ago
- High performance C++11 thread pool☆582Updated 5 years ago
- Ultra fast C++11 allocator for STL containers.☆273Updated 3 years ago
- C++ Benchmark Authoring Library/Framework☆858Updated 2 weeks ago
- C++ library for executors☆512Updated 9 years ago
- Performance benchmark framework for C++ with nanoseconds measure precision☆312Updated 3 months ago
- A bounded multi-producer multi-consumer concurrent queue written in C++11☆1,391Updated last year
- A fast work-stealing queue template in C++☆321Updated last year
- An implementation of Actor, Publish-Subscribe, and CSP models in one rather small C++ framework. With performance, quality, and stability…☆557Updated 2 months ago
- Scope Guard & Defer C++☆177Updated last year
- A C++ library providing various concurrent data structures and reclamation schemes.☆617Updated 2 months ago
- Async++ concurrency framework for C++11☆1,410Updated last year
- nanorpc - lightweight RPC in pure C++ 17☆245Updated 2 years ago
- A fast, lock-free, cross-platform C++11 thread pool library that is aiming to be lightweight and simple.☆330Updated 4 years ago
- C++ hash map and hash set which preserve the order of insertion☆554Updated last year
- A high performance C++ log library, producing structured binary logs☆734Updated last week
- C++ library for storing and printing backtraces.☆477Updated 2 weeks ago
- A miniature library for struct-field reflection in C++☆598Updated 2 months ago
- A bounded single-producer single-consumer wait-free and lock-free queue written in C++11☆1,087Updated last year
- C++14 lock-free queue.☆1,746Updated last week
- A single header standard C++ serialization framework.☆196Updated 3 years ago
- Improved and configurable drop-in replacement to std::function that supports move only types, multiple overloads and more☆581Updated 3 months ago
- C++ implementation of a fast hash map and hash set using hopscotch hashing☆760Updated last year
- P1031 low level file i/o and filesystem library for the C++ standard☆989Updated last week
- C++ cache with LRU/LFU/FIFO policies implementation☆371Updated last month
- 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
- STL compatible C++ memory allocator library using a new RawAllocator concept that is similar to an Allocator but easier to use and write.☆1,563Updated 4 months ago
- Modern C++ Scheduling Library☆282Updated 3 years ago