BagritsevichStepan / lock-free-data-structuresLinks
Low latency lock free SPSC, SPMC, MPMC Queue and Stack. Fast SpinLock, SeqLock
☆10Updated last year
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☆23Updated 2 years ago
- C++ implementation of the FIX Simple Binary Encoding☆57Updated 3 months ago
- C++ Library of Atomic and Lockless Data Structures☆38Updated 5 years ago
- A C11 implementation of D. Vyukov MPSC queue☆33Updated 2 years ago
- ☆44Updated 5 years ago
- A simple and efficient single producer multiple consumer queue, suititable for both ITC and IPC.☆120Updated last year
- C++20 liburing backed coroutine executor and event loop framework.☆66Updated 3 years ago
- Tool for measuring jitter in user-level code due to system☆44Updated 4 years ago
- C++11 tools for low latency systems. LMAX Disruptor, Ring, Ring Allocator.☆32Updated 6 years ago
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆128Updated 4 years 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
- fixpp - A modern C++ FIX library☆90Updated last year
- A disruptor thread-synchronisation data structure for C++11.☆147Updated 2 years ago
- Implementaions of concurrent lock-free SPSC queue in c++.☆17Updated 8 years ago
- Very fast lock-free queue (thread safe)☆176Updated 5 months ago
- A blazingly fast™ single producer multiple consumer broadcast queue☆15Updated 10 months ago
- Perfect Hash Table C/C++ Library☆14Updated 5 years ago
- Performance profiling of JSON libraries☆28Updated 6 months ago
- Json benchmark based on nativejson-benchmark☆34Updated 10 months ago
- erfvicap is a packet capture tool for network adapters from Solarflare☆67Updated 2 years 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…☆75Updated last year
- performance counters in C++☆22Updated this week
- Branch Optimisation for High-frequency Trading☆61Updated 2 years ago
- A multi-producer single consumer queue C++ template suitable for async logging with SHM IPC support☆82Updated 7 years ago
- An efficient single publisher multiple subscriber message queue for Linux IPC☆63Updated 5 years ago
- Effective Memory Reclamation☆63Updated 5 years ago
- c++ wrapper around libpapi☆89Updated 8 years ago
- A lock-free malloc(3) implementation☆20Updated 6 months 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 4 months ago