zhuoyw / CLFQLinks
Implementaions of concurrent lock-free SPSC queue in c++.
☆17Updated 8 years ago
Alternatives and similar repositories for CLFQ
Users that are interested in CLFQ are comparing it to the libraries listed below
Sorting:
- 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
- A shell style command line framework which can easily be incorporated into a linux c++ server, supporting telnet/nc clients☆40Updated 4 years ago
- A multi-producer single consumer queue C++ template suitable for async logging with SHM IPC support☆81Updated 7 years ago
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆128Updated 4 years ago
- Different implementations of spinlock.☆105Updated 11 years ago
- C++ development framework for building reliable cache-friendly distributed and concurrent multicore software☆68Updated 6 years ago
- Libhalog is an open-source high available redo-log library using multiple paxos.☆37Updated 7 years ago
- A revised version of NanoLog which writes human readable log file, and is easier to use.☆44Updated 3 years ago
- A fully concurrent lock-free cuckoo hash table implementation☆56Updated 8 years ago
- LMAX's disruptor pattern implemented in C☆96Updated 4 months ago
- Lock-free implementation of the token bucket algorithm in C++☆61Updated 2 years ago
- A simple fast MPMC obstruction-free linearizable concurrent queue for C (based on linux[futex]/gcc/x86_64)☆40Updated 4 years ago
- A disruptor thread-synchronisation data structure for C++11.☆144Updated 2 years ago
- Various small bits of code, generally testing small edge cases in the language☆42Updated 3 years ago
- A Low-latency, Locality-conscious Memory Allocator with Stable Performance Scalability☆68Updated 12 years ago
- An intrusive lock-free multiple-producer, single-consumer queue in C++☆52Updated 9 years ago
- Our open source benchmarks and code samples☆193Updated last month
- Generic lock-free Skiplist container pure C implementation, STL-style set, map☆148Updated 5 years ago
- Automatically exported from code.google.com/p/google-concurrency-library☆14Updated 10 years ago
- Fast integer to string and string to integer conversion functions☆23Updated 2 years ago
- Git mirror of the official (mercurial) repository of cpp-btree☆78Updated 11 years ago
- Fast wait-free algorithms designed for shared memory systems☆46Updated 7 years ago
- C++ Library of Atomic and Lockless Data Structures☆38Updated 5 years ago
- A clone of Google C++ B-tree code https://code.google.com/p/cpp-btree/☆87Updated 11 years ago
- C++11 tools for low latency systems. LMAX Disruptor, Ring, Ring Allocator.☆32Updated 6 years ago
- C++ implementation of LMAX disruptor☆11Updated 10 years ago
- A C++ Raft implementation, project moved☆25Updated 9 years ago
- An efficient single publisher multiple subscriber message queue for Linux IPC☆63Updated 5 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.…☆21Updated 8 years ago
- A simple and efficient single producer multiple consumer queue, suititable for both ITC and IPC.☆118Updated last year