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
☆508Updated 2 years ago
Related projects ⓘ
Alternatives and complementary repositories for object_threadsafe
- A header-only C++ library for task concurrency☆624Updated last year
- A bounded multi-producer multi-consumer concurrent queue written in C++11☆1,197Updated 8 months ago
- Yet Another Serialization☆733Updated 8 months 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,497Updated 3 months ago
- Async++ concurrency framework for C++11☆1,350Updated last month
- C++14 lock-free queue.☆1,526Updated 2 weeks ago
- C++ implementation of a fast hash map and hash set using hopscotch hashing☆728Updated last month
- C++ Benchmark Authoring Library/Framework☆824Updated last month
- Cista is a simple, high-performance, zero-copy C++ serialization & reflection library.☆1,839Updated 2 weeks ago
- C++ library for executors☆494Updated 8 years ago
- P1031 low level file i/o and filesystem library for the C++ standard☆877Updated this week
- A bounded single-producer single-consumer wait-free and lock-free queue written in C++11☆913Updated 10 months ago
- High performance C++11 thread pool☆568Updated 4 years ago
- A high performance C++ log library, producing structured binary logs☆611Updated 3 months ago
- Simple, fast, accurate single-header microbenchmarking functionality for C++11/14/17/20☆1,441Updated last month
- C++ implementation of a memory efficient hash map and hash set☆335Updated last month
- Ultra fast C++11 allocator for STL containers.☆274Updated 2 years ago
- C++14 asynchronous allocation aware futures (supporting then, exception handling, coroutines and connections)☆830Updated last year
- A miniature library for struct-field reflection in C++☆500Updated last year
- Improved and configurable drop-in replacement to std::function that supports move only types, multiple overloads and more☆545Updated 3 months ago
- C++ implementation of a fast hash map and hash set using robin hood hashing☆1,278Updated last month
- A fast work-stealing queue template in C++☆295Updated 9 months ago
- ASL libraries will be migrated here in the stlab namespace, new libraries will be created here.☆662Updated 2 months ago
- std::tuple like methods for user defined types without any macro or boilerplate code☆1,335Updated this week
- Fast C++ IPC using shared memory☆555Updated 2 years ago
- optional lite - A C++17-like optional, a nullable object for C++98, C++11 and later in a single-file header-only library☆405Updated 5 months ago
- std::simd for GCC [ISO/IEC TS 19570:2018]☆579Updated last year
- Pipelines for expressive code on collections in C++☆803Updated 3 weeks ago
- Unified Executors☆1,489Updated 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☆422Updated 5 months ago