goldshtn / shmemq-blog
Shared memory queue benchmarks and tracing for blog
☆70Updated 8 years ago
Related projects ⓘ
Alternatives and complementary repositories for shmemq-blog
- Our open source benchmarks and code samples☆188Updated last month
- LMAX's disruptor pattern implemented in C☆95Updated 6 years ago
- An implementation of Seqlock in C++11☆189Updated 3 months ago
- A collection of eclectic tools for measuring performance using the cycle counter and pinning threads.☆36Updated 5 months ago
- Latency benchmarks of Unix IPC mechanisms☆99Updated 5 years ago
- A low level, low latency library, which can be used to accelerate network messages using shared memory and RDMA☆71Updated 3 years ago
- C/C++ high-speed low-latency lightweight memory-mapped diagnostic logger☆27Updated 3 years ago
- Cross-platform atomic operations and lock algorithm library☆96Updated 6 years ago
- Code example from Crash and Burn lecture☆28Updated 2 years ago
- The world's first Web-scale memory allocator☆105Updated 6 years ago
- Performance comparison of the most popular C++ serialization protocols such as Cap'n'Proto, FastBinaryEncoding, Flatbuffers, Protobuf, JS…☆140Updated 8 months ago
- A lightweight (3 file, single function) library for running micro-benchmarks on C++ code☆76Updated 8 years ago
- Tick-based timer (hierarchical timing wheel algorithm)☆42Updated 4 years ago
- An intrusive lock-free multiple-producer, single-consumer queue in C++☆51Updated 8 years ago
- A public domain lock free queues implemented in C++11☆181Updated 10 years ago
- An implementation of the Judy array, wrapped in a c++ template. Uses Karl Malbrain's implementation, http://code.google.com/p/judyarray/ …☆42Updated 9 years ago
- Different implementations of spinlock.☆104Updated 9 years ago
- A single producer single - single consumer queue implemented by a ring buffer with C11's 'stdatomic.h'☆37Updated 11 months ago
- Lock-free implementation of the token bucket algorithm in C++☆54Updated last year
- A disruptor thread-synchronisation data structure for C++11.☆119Updated last year
- A User Space Threading Library Supporting Multi-Core Systems☆139Updated last year
- QSBR and EBR library☆116Updated 4 years ago
- ☆58Updated 3 years ago
- Various small bits of code, generally testing small edge cases in the language☆42Updated 2 years ago
- Small C fiber library that uses libev based event loop and libcoro based coroutine context switching.☆139Updated 5 years ago
- A multi-producer single consumer queue C++ template suitable for async logging with SHM IPC support☆74Updated 6 years ago
- FFQ: A Fast Single-Producer/Multiple-Consumer Concurrent FIFO Queue (IPDPS 2017)☆31Updated 6 years ago
- An open addressing linear probing hash table, tuned for delete heavy workloads☆200Updated last year
- C11 Lock-free Stack☆180Updated 6 months ago