AlexeyAB / object_threadsafe
We make any object thread-safe and std::shared_mutex 10 times faster to achieve the speed of lock-free algorithms on >85% reads
☆515Updated 2 years ago
Alternatives and similar repositories for object_threadsafe:
Users that are interested in object_threadsafe are comparing it to the libraries listed below
- A header-only C++ library for task concurrency☆624Updated last year
- Yet Another Serialization☆748Updated this week
- C++ implementation of a fast hash map and hash set using hopscotch hashing☆736Updated 4 months ago
- C++14 lock-free queue.☆1,597Updated last week
- STL compatible C++ memory allocator library using a new RawAllocator concept that is similar to an Allocator but easier to use and write.☆1,509Updated 6 months ago
- P1031 low level file i/o and filesystem library for the C++ standard☆922Updated 2 weeks ago
- A bounded multi-producer multi-consumer concurrent queue written in C++11☆1,241Updated 11 months ago
- C++14 asynchronous allocation aware futures (supporting then, exception handling, coroutines and connections)☆837Updated last year
- A bounded single-producer single-consumer wait-free and lock-free queue written in C++11☆961Updated last year
- Async++ concurrency framework for C++11☆1,390Updated 4 months ago
- Improved and configurable drop-in replacement to std::function that supports move only types, multiple overloads and more☆558Updated 6 months ago
- C++ Benchmark Authoring Library/Framework☆835Updated last month
- High performance C++11 thread pool☆572Updated 4 years ago
- Cista is a simple, high-performance, zero-copy C++ serialization & reflection library.☆1,934Updated last week
- A miniature library for struct-field reflection in C++☆532Updated last month
- Static reflection for C++17 (compile-time enumeration, attributes, proxies, overloads, template functions, metaprogramming).☆1,122Updated 2 years ago
- Simple, fast, accurate single-header microbenchmarking functionality for C++11/14/17/20☆1,492Updated 4 months ago
- Fast C++ IPC using shared memory☆562Updated 2 years ago
- A C++ library providing various concurrent data structures and reclamation schemes.☆544Updated last week
- C++ library for executors☆499Updated 8 years ago
- Your binary serialization library☆1,117Updated last week
- C++ implementation of a memory efficient hash map and hash set☆343Updated 4 months ago
- Provides very lightweight outcome<T> and result<T> (non-Boost edition)☆741Updated 3 weeks ago
- A lightweight C++20 serialization and RPC library☆796Updated last month
- A fast work-stealing queue template in C++☆302Updated last year
- Unified Executors☆1,531Updated 3 weeks ago
- C++20 coroutine library☆663Updated this week
- ASL libraries will be migrated here in the stlab namespace, new libraries will be created here.☆667Updated 3 weeks ago
- Pipelines for expressive code on collections in C++☆813Updated 3 months ago
- An implementation of Actor, Publish-Subscribe, and CSP models in one rather small C++ framework. With performance, quality, and stability…☆509Updated this week