rigtorp / SeqlockLinks
An implementation of Seqlock in C++11
☆210Updated 10 months ago
Alternatives and similar repositories for Seqlock
Users that are interested in Seqlock are comparing it to the libraries listed below
Sorting:
- An open addressing linear probing hash table, tuned for delete heavy workloads☆204Updated last year
- A disruptor thread-synchronisation data structure for C++11.☆127Updated 2 years ago
- Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue☆175Updated last year
- C++17 inplace_string implementation☆95Updated 6 years ago
- c++ wrapper around libpapi☆69Updated 7 years ago
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆129Updated 3 years ago
- Header-only library for multithreaded programming☆233Updated 2 months ago
- A C++ await/yield emulation library for stackless coroutine☆338Updated last year
- A STL allocator that mmaps files☆247Updated 4 years ago
- Performance comparison of the most popular C++ serialization protocols such as Cap'n'Proto, FastBinaryEncoding, Flatbuffers, Protobuf, JS…☆153Updated last year
- contiguous container library - arrays with customizable allocation, small buffer optimization and more☆255Updated 5 years ago
- Comprehensive benchmarks of C++ maps☆309Updated 2 years ago
- Code for the talk, "Allocators: the Good Parts", at CppCon2017☆62Updated 7 years ago
- Fast, generalized, implementation of the Chase-Lev lock-free work-stealing deque for C++17☆146Updated 3 years ago
- A C++ library providing various concurrent data structures and reclamation schemes.☆587Updated 2 months ago
- A wait-free multi-producer-single-consumer queue in C11 atomics☆226Updated 3 years ago
- C++ library for executors☆503Updated 8 years ago
- Automatically exported from code.google.com/p/relacy☆221Updated last month
- C++ standard library features, "from scratch"☆185Updated 4 months ago
- A fast work-stealing queue template in C++☆307Updated last year
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆178Updated 8 months ago
- High Performance Streams Based on Coroutine TS ⚡☆150Updated 6 years ago
- A feature complete LRU cache implementation in C++☆252Updated 5 years ago
- A C++ micro-benchmarking framework☆363Updated 5 years ago
- A bounded single-producer single-consumer wait-free and lock-free queue written in C++11☆997Updated last year
- Zoo library☆124Updated last month
- Improved and configurable drop-in replacement to std::function that supports move only types, multiple overloads and more☆565Updated 9 months ago
- C++11 metaprogramming library☆258Updated 3 weeks ago
- C++ micro benchmark library☆94Updated 8 years ago
- Event loop friendly C++ actor micro-framework, supervisable☆362Updated 2 months ago