olibre / B-QueueLinks
An efficient and practical queueing for fast core-to-core communication http://psy-lob-saw.blogspot.co.uk/2013/11/spsc-iv-look-at-bqueue.html
☆21Updated 8 years ago
Alternatives and similar repositories for B-Queue
Users that are interested in B-Queue are comparing it to the libraries listed below
Sorting:
- Tick-based timer (hierarchical timing wheel algorithm)☆44Updated 6 years ago
- ssmem is a simple object-based memory allocator with epoch-based garbage collection☆34Updated 9 years ago
- Implementaions of concurrent lock-free SPSC queue in c++.☆17Updated 8 years ago
- A C11 implementation of D. Vyukov MPSC queue☆33Updated 2 years ago
- ☆13Updated 2 years ago
- Lock-free allocator as described by Maged M. Michael, 2004☆48Updated 12 years ago
- W-TinyLFU cache C++11 header only implementation☆63Updated 7 years ago
- Raft Consensus Algorithm Implementation in C++ (11)☆25Updated 11 years ago
- lock free modified prefix B+tree append-only database☆116Updated 10 years ago
- A more Pragmatic Implementation of the Lock-free, Ordered, Linked List☆18Updated 5 years ago
- Latency benchmarks of Unix IPC mechanisms☆100Updated 4 months ago
- C implementations of several scalable non-blocking data structures for x86 and x86-64.☆38Updated 14 years ago
- Concurrent trie-hash map library☆94Updated 2 years ago
- Latency benchmarks of Unix IPC mechanisms☆20Updated 9 years ago
- A collection of eclectic tools for measuring performance using the cycle counter and pinning threads.☆42Updated last year
- A Scalable, Portable, and Memory-Efficient Lock-Free FIFO Queue (DISC '19)☆71Updated 2 years ago
- A simple, intrusive, zero-allocation red-black tree implementation