edgarsi / redis-module-shmLinks
Redis module for shared memory client-server communication.
☆74Updated 5 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
Sorting:
- LMAX's disruptor pattern implemented in C☆96Updated 6 months ago
- Our open source benchmarks and code samples☆193Updated 3 months ago
- Share Hash Tables With Stable Key Hints Stored In Memory Mapped Files Between Arbitrary Processes☆479Updated 5 years ago
- 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
- Shared memory queue benchmarks and tracing for blog☆80Updated 10 years ago
- RPC implementation for Protocol Buffers over ZeroMQ☆116Updated 8 years ago
- redis's async event loop library☆189Updated 6 years ago
- A distributed durable unique 64bit ID server☆208Updated 7 years ago
- Small C fiber library that uses libev based event loop and libcoro based coroutine context switching.☆138Updated 6 years ago
- Minimize lock-free queue ever!☆134Updated 7 years ago
- A hierarchical timer wheel, for implementing timed event queues☆214Updated last year
- A simple fast MPMC obstruction-free linearizable concurrent queue for C (based on linux[futex]/gcc/x86_64)☆40Updated 4 years ago
- A public domain lock free queues implemented in C++11☆180Updated 11 years ago
- Nanomsg binding for C++11☆117Updated 4 years ago
- Malloc replacement with support for shared and persistent memory allocation☆33Updated 11 years ago
- Fast and light Redis C client library built over Hiredis, thread-safe, write replication, auto-reconnect, sync pool, async libev.☆83Updated 7 years ago
- Generic lock-free Skiplist container pure C implementation, STL-style set, map☆151Updated 6 years ago
- C++ event loop library. Wrapper around libev that utilizes lambda's and callback functions to notify you when filedescriptors become acti…☆146Updated 7 years ago
- Different implementations of spinlock.☆105Updated 11 years ago
- C++ gRPC library with callback interface.☆43Updated 7 years ago
- nanomsg rpc with protobuf☆41Updated 12 years ago
- A benchmark framework for concurrent queue implementations☆297Updated 5 years ago
- timer.c: Tickless hierarchical timing wheel☆236Updated 2 years ago
- Mirror of Apache Qpid C++☆97Updated last year
- An implementation of the Judy array, wrapped in a c++ template. Uses Karl Malbrain's implementation, http://code.google.com/p/judyarray/ …☆45Updated 10 years ago
- Lock-free implementation of the token bucket algorithm in C++☆62Updated 2 years ago
- A wait-free multi-producer-single-consumer queue in C11 atomics☆235Updated 4 years ago
- This make CRC be fast. Included implementations: CRC-64-Jones and CRC-16-CCITT☆143Updated 2 months ago
- Boost::ASIO low-level redis client (connector)☆147Updated 3 years ago
- lock-free FIFO queue by C native built it, easy built cross platform(no extra dependencies needed) , guarantee thread safety memory manag …☆149Updated 5 years ago