We make any object thread-safe and std::shared_mutex 10 times faster to achieve the speed of lock-free algorithms on >85% reads
☆521Jun 19, 2022Updated 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 C++ library of Concurrent Data Structures☆2,733Oct 17, 2023Updated 2 years ago
- Fast, shared, upgradeable, non-recursive and non-fair mutex☆36Aug 13, 2018Updated 7 years ago
- C++14 lock-free queue.☆1,823Mar 13, 2026Updated last week
- A fast multi-producer, multi-consumer lock-free concurrent queue for C++11☆12,125Feb 14, 2026Updated last month
- Modern concurrency for C++. Tasks, executors, timers and C++20 coroutines to rule them all☆2,746May 1, 2025Updated 10 months ago
- A C++11 shared mutex with high emphasis on performance☆21Jun 28, 2021Updated 4 years ago
- A C++ library providing various concurrent data structures and reclamation schemes.☆636Aug 7, 2025Updated 7 months ago
- safe: A threadsafe, iterator-preserving class built around std::map☆12May 22, 2018Updated 7 years ago
- A fast single-producer, single-consumer lock-free queue for C++☆4,508Jun 25, 2025Updated 8 months ago
- A bounded multi-producer multi-consumer concurrent queue written in C++11☆1,485Mar 8, 2024Updated 2 years ago
- A family of header-only, very fast and memory-friendly hashmap and btree containers.☆3,161Dec 6, 2025Updated 3 months ago
- Async++ concurrency framework for C++11☆1,410Oct 11, 2024Updated last year
- Cross-platform C++11 header-only library for memory mapped file IO☆1,916Feb 11, 2024Updated 2 years ago
- Coroutine implementation for C++11☆18Apr 14, 2012Updated 13 years ago
- Concurrent data structures in C++☆1,448Oct 1, 2020Updated 5 years ago
- Event Dispatcher and callback list for C++☆1,646Dec 8, 2024Updated last year
- A beautiful stack trace pretty printer for C++☆4,262Apr 14, 2025Updated 11 months ago
- C++11 tools for low latency systems. LMAX Disruptor, Ring, Ring Allocator.☆32Nov 7, 2019Updated 6 years ago
- C++14 asynchronous allocation aware futures (supporting then, exception handling, coroutines and connections)☆852Sep 12, 2023Updated 2 years ago
- A high-performance, concurrent hash table☆1,734Mar 31, 2025Updated 11 months ago
- Unified Executors☆1,685Mar 4, 2026Updated 2 weeks ago
- A General-purpose Task-parallel Programming System using Modern C++☆11,816Mar 11, 2026Updated last week
- Cista is a simple, high-performance, zero-copy C++ serialization & reflection library.☆2,190Feb 15, 2026Updated last month
- Small, header only signals and slots C++11 library.☆266Apr 19, 2023Updated 2 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,598May 29, 2025Updated 9 months ago
- Thread-safe C++11 wrapper for std::map with [readers-writer lock](https://en.wikipedia.org/wiki/Readers%E2%80%93writer_lock).☆31Aug 7, 2024Updated last year
- A collection of resources on wait-free and lock-free programming☆2,023Feb 25, 2024Updated 2 years ago
- C++ IPC Library: A high-performance inter-process communication using shared memory on Linux/Windows.☆2,167Mar 14, 2026Updated last week
- An implementation of C++17 std::filesystem for C++11 /C++14/C++17/C++20 on Windows, macOS, Linux and FreeBSD.☆1,520Dec 31, 2025Updated 2 months ago
- A hybrid thread / fiber task scheduler written in C++ 11☆1,995Feb 22, 2025Updated last year
- Fast C++ IPC using shared memory☆627Aug 15, 2022Updated 3 years ago
- A library of C++ coroutine abstractions for the coroutines TS☆3,828Jan 9, 2024Updated 2 years ago
- A C++11 library for serialization☆4,631Mar 11, 2026Updated last week
- A high performance, shared memory, lock free, cross platform, single file, no dependencies, C++11 key-value store☆558Jan 5, 2024Updated 2 years ago
- P1031 low level file i/o and filesystem library for the C++ standard☆1,018Mar 11, 2026Updated last week
- Fast, generalized, implementation of the Chase-Lev lock-free work-stealing deque for C++17☆158Sep 11, 2021Updated 4 years ago
- Nameof operator for modern C++, simply obtain the name of a variable, type, function, macro, and enum☆2,297Feb 27, 2026Updated 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☆469Nov 28, 2025Updated 3 months ago
- C++ library for executors☆515Sep 21, 2016Updated 9 years ago