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
☆519Updated 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☆628Updated 2 years ago
- Yet Another Serialization☆760Updated 4 months ago
- A bounded multi-producer multi-consumer concurrent queue written in C++11☆1,313Updated last year
- STL compatible C++ memory allocator library using a new RawAllocator concept that is similar to an Allocator but easier to use and write.☆1,542Updated 3 weeks ago
- C++14 lock-free queue.☆1,668Updated last month
- P1031 low level file i/o and filesystem library for the C++ standard☆954Updated 3 weeks ago
- A bounded single-producer single-consumer wait-free and lock-free queue written in C++11☆1,004Updated last year
- High performance C++11 thread pool☆578Updated 4 years ago
- Improved and configurable drop-in replacement to std::function that supports move only types, multiple overloads and more☆567Updated 10 months ago
- Cista is a simple, high-performance, zero-copy C++ serialization & reflection library.☆2,036Updated 3 weeks ago
- An implementation of Actor, Publish-Subscribe, and CSP models in one rather small C++ framework. With performance, quality, and stability…☆538Updated 3 weeks ago
- C++ library for executors☆508Updated 8 years ago
- C++ implementation of a fast hash map and hash set using hopscotch hashing☆743Updated 8 months ago
- Fast C++ IPC using shared memory☆586Updated 2 years ago
- C++ hash map and hash set which preserve the order of insertion☆538Updated 9 months ago
- C++ Benchmark Authoring Library/Framework☆847Updated 5 months ago
- C++ implementation of a memory efficient hash map and hash set☆351Updated 9 months ago
- Async++ concurrency framework for C++11☆1,403Updated 8 months ago
- A miniature library for struct-field reflection in C++☆570Updated 3 months ago
- C++14 asynchronous allocation aware futures (supporting then, exception handling, coroutines and connections)☆843Updated last year
- C++ library for storing and printing backtraces.☆467Updated 3 weeks ago
- A C++ library providing various concurrent data structures and reclamation schemes.☆593Updated 2 months ago
- std::simd for GCC [ISO/IEC TS 19570:2018]☆620Updated 2 years ago
- Your binary serialization library☆1,162Updated 4 months ago
- Scope Guard & Defer C++☆175Updated last year
- Simple, fast, accurate single-header microbenchmarking functionality for C++11/14/17/20☆1,558Updated 8 months ago
- Fast, convenient JSON serialization and parsing in C++☆490Updated last month
- ASL libraries will be migrated here in the stlab namespace, new libraries will be created here.☆671Updated 2 months ago
- C++17 `std::variant` for C++11/14/17☆692Updated 2 years ago
- Static reflection for C++17 (compile-time enumeration, attributes, proxies, overloads, template functions, metaprogramming).☆1,155Updated 2 years ago