colding / disruptorC
LMAX's disruptor pattern implemented in C
☆96Updated 6 years ago
Alternatives and similar repositories for disruptorC:
Users that are interested in disruptorC are comparing it to the libraries listed below
- My take on the LMAX Disruptor☆74Updated 11 years ago
- Our open source benchmarks and code samples☆189Updated last week
- timer.c: Tickless hierarchical timing wheel☆225Updated last year
- A CPP implementation of the LMAX disruptor for single producers☆25Updated 10 years ago
- redis's async event loop library☆189Updated 5 years ago
- ☆37Updated 9 years ago
- A C++ Raft implementation, project moved☆24Updated 8 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
- Small C fiber library that uses libev based event loop and libcoro based coroutine context switching.☆140Updated 5 years ago
- A public domain lock free queues implemented in C++11☆181Updated 11 years ago
- A simple fast MPMC obstruction-free linearizable concurrent queue for C (based on linux[futex]/gcc/x86_64)☆39Updated 4 years ago
- A clone of Google C++ B-tree code https://code.google.com/p/cpp-btree/☆87Updated 10 years ago
- Tick-based timer (hierarchical timing wheel algorithm)☆43Updated 5 years ago
- A lock-free object pool, CAS/spin/pthread_mutex☆17Updated 9 years ago
- High performance cross platform event reactor and proactor written in C☆32Updated 10 years ago
- A lightweight (3 file, single function) library for running micro-benchmarks on C++ code☆79Updated 9 years ago
- disruptor c++ implementation for IPC☆32Updated 2 months ago
- A hierarchical timer wheel, for implementing timed event queues☆209Updated 11 months ago
- Stable-branch fork of seatar, for scylla use☆26Updated last month
- Create extremely-fast and secure embedded HTTP servers with ease.☆42Updated 6 years ago
- Miscellaneous scripts and things that dont merit their own repo. All under MIT License unless otherwise specified☆31Updated 2 years ago
- [deprecated] Data structures and sample applications using Mintomic☆93Updated 9 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 10 years ago
- A buffered-tree implemented in dictionary type and more☆75Updated 11 years ago
- Distributed search engine in C++14, using nanomsg for communication, bond for serialization.☆67Updated 9 years ago
- Implementaions of concurrent lock-free SPSC queue in c++.☆17Updated 7 years ago
- Lock-Free Thread Pool☆77Updated last year
- An intrusive lock-free multiple-producer, single-consumer queue in C++☆51Updated 8 years ago
- a tiny coroutine lib using for c++☆24Updated 11 years ago
- Redis module for shared memory client-server communication.☆74Updated 4 years ago