zhuoyw / CLFQ
Implementaions of concurrent lock-free SPSC queue in c++.
☆17Updated 7 years ago
Alternatives and similar repositories for CLFQ:
Users that are interested in CLFQ are comparing it to the libraries listed below
- A shell style command line framework which can easily be incorporated into a linux c++ server, supporting telnet/nc clients☆40Updated 3 years ago
- A fully concurrent lock-free cuckoo hash table implementation☆56Updated 7 years ago
- A bounded wait-free(almost) zero-copy MPMC queue written in C++11, which can also reside in SHM for IPC☆119Updated 6 years ago
- Libhalog is an open-source high available redo-log library using multiple paxos.☆37Updated 6 years ago
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆128Updated 3 years ago
- A simple header-only Multiversion Concurrency Control (MVCC) implementation in C++11.☆26Updated 9 years ago
- Latency collector as an embedded library for C++☆13Updated 5 years ago
- A fast in-memory key-value store☆49Updated 7 years ago
- A simple fast MPMC obstruction-free linearizable concurrent queue for C (based on linux[futex]/gcc/x86_64)☆39Updated 4 years ago
- W-TinyLFU cache C++11 header only implementation☆57Updated 6 years ago
- C++11 tools for low latency systems. LMAX Disruptor, Ring, Ring Allocator.☆31Updated 5 years ago
- Fast wait-free algorithms designed for shared memory systems☆45Updated 6 years ago
- A multi-producer single consumer queue C++ template suitable for async logging with SHM IPC support☆77Updated 6 years ago
- Different implementations of spinlock.☆104Updated 10 years ago
- C++ implementation of LMAX disruptor☆11Updated 10 years ago
- A Low-latency, Locality-conscious Memory Allocator with Stable Performance Scalability☆68Updated 11 years ago
- A CPP wrapper for asynchronous socket server using linux's latest IO_URING API☆25Updated 2 years ago
- 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.…☆19Updated 7 years ago
- Automatically exported from code.google.com/p/google-concurrency-library☆14Updated 9 years ago
- Our open source benchmarks and code samples☆189Updated last week
- An efficient single publisher multiple subscriber message queue for Linux IPC☆57Updated 4 years ago
- An intrusive lock-free multiple-producer, single-consumer queue in C++☆51Updated 8 years ago
- A cache-efficiency weight balanced binary tree☆69Updated 10 years ago
- Fast integer to string and string to integer conversion functions☆21Updated last year
- A data structure and algorithm library built for ToplingDB☆57Updated 3 months ago
- A C++ Raft implementation, project moved☆24Updated 8 years ago
- Kosmos Distributed Filesystem☆29Updated 12 years ago
- A disruptor thread-synchronisation data structure for C++11.☆125Updated last year
- LMAX's disruptor pattern implemented in C☆96Updated 6 years ago
- a tiny coroutine lib using for c++☆24Updated 11 years ago