edgarsi / redis-module-shm
Redis module for shared memory client-server communication.
☆74Updated 4 years ago
Alternatives and similar repositories for redis-module-shm:
Users that are interested in redis-module-shm are comparing it to the libraries listed below
- LMAX's disruptor pattern implemented in C☆95Updated 6 years ago
- A bounded wait-free(almost) zero-copy MPMC queue written in C++11, which can also reside in SHM for IPC☆117Updated 6 years ago
- A C++ Raft implementation, project moved☆24Updated 8 years ago
- Malloc replacement with support for shared and persistent memory allocation☆32Updated 10 years ago
- A simple fast MPMC obstruction-free linearizable concurrent queue for C (based on linux[futex]/gcc/x86_64)☆39Updated 3 years ago
- Fast and light Redis C client library built over Hiredis, thread-safe, write replication, auto-reconnect, sync pool, async libev.☆83Updated 5 years ago
- Shared memory queue benchmarks and tracing for blog☆71Updated 9 years ago
- A lock-free hash table that eanble multiple threads can concurrently read/write/delete up to 10M ops/s in mordern computer platform☆52Updated last year
- Small C fiber library that uses libev based event loop and libcoro based coroutine context switching.☆140Updated 5 years ago
- Our open source benchmarks and code samples☆188Updated 4 months ago
- zero-copy, zero-serialize, zero-hassle protocol buffers☆56Updated 7 years ago
- Fork from official redis-3.0.5, and run on the dpdk user space TCP/IP stack(ANS).☆104Updated 5 years ago
- Different implementations of spinlock.☆104Updated 10 years ago
- c++ cluster wrapper for hiredis with async and unix sockets features☆65Updated 7 years ago
- C/C++ high-speed low-latency lightweight memory-mapped diagnostic logger☆27Updated 3 years ago
- An intrusive lock-free multiple-producer, single-consumer queue in C++☆51Updated 8 years ago
- Clone of Google's cpp-btree B-tree set and map containers, with minor fixes/modifications.☆37Updated last month
- lock-free FIFO queue by C native built it, easy built cross platform(no extra dependencies needed) , guarantee thread safety memory manag…☆142Updated 4 years ago
- Raft Consensus Algorithm Implementation in C++ (11)☆25Updated 10 years ago
- A clone of Google C++ B-tree code https://code.google.com/p/cpp-btree/☆87Updated 10 years ago
- A lightweight (3 file, single function) library for running micro-benchmarks on C++ code☆77Updated 9 years ago
- My take on the LMAX Disruptor☆73Updated 11 years ago
- Fast Redis clone written in C using RocksDB as a backend.☆74Updated 3 years ago
- W-TinyLFU cache C++11 header only implementation☆57Updated 6 years ago
- Lock-free implementation of the token bucket algorithm in C++☆56Updated last year
- Stable-branch fork of seatar, for scylla use☆26Updated 4 months ago
- ☆16Updated 7 years ago
- Implementaions of concurrent lock-free SPSC queue in c++.☆14Updated 7 years ago
- nanomsg rpc with protobuf☆39Updated 11 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