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,727Oct 17, 2023Updated 2 years ago
- C++14 lock-free queue.☆1,816Feb 17, 2026Updated last week
- Modern concurrency for C++. Tasks, executors, timers and C++20 coroutines to rule them all☆2,740May 1, 2025Updated 10 months ago
- Fast, shared, upgradeable, non-recursive and non-fair mutex☆36Aug 13, 2018Updated 7 years ago
- A fast multi-producer, multi-consumer lock-free concurrent queue for C++11☆12,073Feb 14, 2026Updated 2 weeks ago
- A C++ library providing various concurrent data structures and reclamation schemes.☆636Aug 7, 2025Updated 6 months ago
- A family of header-only, very fast and memory-friendly hashmap and btree containers.☆3,152Dec 6, 2025Updated 2 months ago
- A fast single-producer, single-consumer lock-free queue for C++☆4,494Jun 25, 2025Updated 8 months ago
- Async++ concurrency framework for C++11☆1,410Oct 11, 2024Updated last year
- A bounded multi-producer multi-consumer concurrent queue written in C++11☆1,476Mar 8, 2024Updated last year
- Cross-platform C++11 header-only library for memory mapped file IO☆1,915Feb 11, 2024Updated 2 years ago
- C++14 asynchronous allocation aware futures (supporting then, exception handling, coroutines and connections)☆853Sep 12, 2023Updated 2 years ago
- Event Dispatcher and callback list for C++☆1,639Dec 8, 2024Updated last year
- safe: A threadsafe, iterator-preserving class built around std::map☆12May 22, 2018Updated 7 years ago
- A beautiful stack trace pretty printer for C++☆4,253Apr 14, 2025Updated 10 months ago
- Unified Executors☆1,685Updated this 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,594May 29, 2025Updated 9 months ago
- Small, header only signals and slots C++11 library.☆264Apr 19, 2023Updated 2 years ago
- An implementation of C++17 std::filesystem for C++11 /C++14/C++17/C++20 on Windows, macOS, Linux and FreeBSD.☆1,514Dec 31, 2025Updated 2 months ago
- A high-performance, concurrent hash table☆1,733Mar 31, 2025Updated 11 months ago
- Coroutine implementation for C++11☆18Apr 14, 2012Updated 13 years ago
- Fast C++ IPC using shared memory☆627Aug 15, 2022Updated 3 years ago
- Concurrent data structures in C++☆1,447Oct 1, 2020Updated 5 years ago
- C++ IPC Library: A high-performance inter-process communication using shared memory on Linux/Windows.☆2,158Feb 19, 2026Updated last week
- Cista is a simple, high-performance, zero-copy C++ serialization & reflection library.☆2,178Feb 15, 2026Updated last week
- C++11 tools for low latency systems. LMAX Disruptor, Ring, Ring Allocator.☆32Nov 7, 2019Updated 6 years ago
- A header-only C++ library for task concurrency☆632May 18, 2023Updated 2 years ago
- A library of C++ coroutine abstractions for the coroutines TS☆3,817Jan 9, 2024Updated 2 years ago
- A General-purpose Task-parallel Programming System using Modern C++☆11,740Updated this week
- Nameof operator for modern C++, simply obtain the name of a variable, type, function, macro, and enum☆2,285Oct 14, 2024Updated last year
- Event loop friendly C++ actor micro-framework, supervisable☆379Dec 27, 2025Updated 2 months ago
- A hybrid thread / fiber task scheduler written in C++ 11☆1,993Feb 22, 2025Updated last year
- C++ library for executors☆515Sep 21, 2016Updated 9 years ago
- string_view lite - A C++17-like string_view for C++98, C++11 and later in a single-file header-only library☆468Nov 28, 2025Updated 3 months ago
- A high performance, shared memory, lock free, cross platform, single file, no dependencies, C++11 key-value store☆556Jan 5, 2024Updated 2 years ago
- A High-Performance JIT-Based C++ Expression/Script Execution Engine with SIMD Vectorization Support☆99Oct 17, 2025Updated 4 months ago
- A C++11 library for serialization☆4,623Jan 20, 2025Updated last year
- A C++11 shared mutex with high emphasis on performance☆21Jun 28, 2021Updated 4 years ago
- Ultra fast and low latency asynchronous socket server & client C++ library with support TCP, SSL, UDP, HTTP, HTTPS, WebSocket protocols a…☆1,627Jul 16, 2025Updated 7 months ago