BagritsevichStepan / lock-free-data-structuresLinks
Low latency lock free SPSC, SPMC, MPMC Queue and Stack. Fast SpinLock, SeqLock
☆10Updated 2 years ago
Alternatives and similar repositories for lock-free-data-structures
Users that are interested in lock-free-data-structures are comparing it to the libraries listed below
Sorting:
- A simple CME exchange simulator using the ilink 3 protocol.☆13Updated 5 years ago
- Fast integer to string and string to integer conversion functions☆24Updated 2 years ago
- C++ Library of Atomic and Lockless Data Structures☆38Updated 5 years ago
- ☆45Updated 5 years ago
- A simple and efficient single producer multiple consumer queue, suititable for both ITC and IPC.☆124Updated last year
- A C11 implementation of D. Vyukov MPSC queue☆33Updated 2 years ago
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆128Updated 4 years ago
- C++ implementation of the FIX Simple Binary Encoding☆57Updated 5 months ago
- A bounded wait-free(almost) zero-copy MPMC queue written in C++11, which can also reside in SHM for IPC☆119Updated 7 years ago
- Very fast lock-free queue (thread safe)☆179Updated 6 months ago
- C++20 liburing backed coroutine executor and event loop framework.☆66Updated 3 years ago
- Implementaions of concurrent lock-free SPSC queue in c++.☆17Updated 8 years ago
- A disruptor thread-synchronisation data structure for C++11.☆149Updated 2 years ago
- C++11 tools for low latency systems. LMAX Disruptor, Ring, Ring Allocator.☆32Updated 6 years ago
- Perfect Hash Table C/C++ Library☆15Updated 5 years ago
- C++20 Memory Allocator library☆36Updated 9 months ago
- Lock-free implementation of the token bucket algorithm in C++☆62Updated 2 years ago
- fixpp - A modern C++ FIX library☆90Updated last year
- A blazingly fast™ single producer multiple consumer broadcast queue☆16Updated 11 months ago
- A low-latency LRU approximation cache in C++ using CLOCK second-chance algorithm. Multi level cache too. Up to 2.5 billion lookups per se…☆76Updated 2 years ago
- Tool for measuring jitter in user-level code due to system☆44Updated 5 years ago
- A simple coroutine-based reactor library☆49Updated 4 months ago
- Hiactor is a distributed C++ actor framework.☆118Updated last year
- An efficient single publisher multiple subscriber message queue for Linux IPC☆67Updated 5 years ago
- A multi-producer single consumer queue C++ template suitable for async logging with SHM IPC support☆84Updated 7 years ago
- performance counters in C++☆23Updated last month
- Performance comparison of the most popular C++ serialization protocols such as Cap'n'Proto, FastBinaryEncoding, Flatbuffers, Protobuf, JS…☆160Updated 6 months ago
- C++20 Coroutines and io_uring☆52Updated 3 years ago
- A collection of std-like containers written in C++11. Features fast unordered flat map/set, configurable double-ended vector and sparse d…☆43Updated 5 months ago
- A single producer single consumer lock free queue that utilizes copy / move assignment to transfer messages. Achieves a top performance, …☆83Updated 2 months ago