lishiming / shm_round_robin_queueLinks
shared memory
☆21Updated 9 years ago
Alternatives and similar repositories for shm_round_robin_queue
Users that are interested in shm_round_robin_queue are comparing it to the libraries listed below
Sorting:
- A lock-free(or spin-lock) Queue implemented by RingBuffer.☆128Updated 5 years ago
- 基于signal通知机制的无锁(CAS)共享内存消息队列的实现☆32Updated 9 years ago
- a nginx-based memory pool . both share-memory and private-memory are supported. it is more efficient than malloc☆143Updated 8 years ago
- 多种无锁队列☆43Updated 7 years ago
- send and recv event between processes with very few lines of code☆47Updated 11 years ago
- 一个基于Linux的纯C基础类库☆36Updated 8 years ago
- universal event-driven, concurrent infrastructure for ANSI-C/C++, also known as asychronous signal-slot and source level continuation mec…☆69Updated 5 years ago
- ePump是一个基于I/O事件通知、非阻塞通信、多路复用、多线程等机制开发的事件驱动模型的 C 语言应用开发框架,利用该框架可以很容易地开发出高性能、大并发连接的服务器程序。☆43Updated last year
- a key-value lib based on share memory, it use hash data struct☆17Updated 11 years ago
- Simple memory leak finder.☆54Updated 12 years ago
- OpenSource WebSocket toolkit☆129Updated 3 months ago
- CN-CppUserGroup-2019-1,lock-free queue demo☆93Updated 5 years ago
- IPC provides flexible, efficient message passing between processes.☆31Updated 11 years ago
- simple c json parse☆16Updated 3 years ago
- a fast ,stable and thread-safe log lib(logger) for C/C++ language☆251Updated 7 years ago
- header only log inherited from Nanolog☆38Updated 5 years ago
- Multi thread TCP server with Boost.Asio and Boost.Coroutine☆29Updated 11 years ago
- Lock-Free Thread Pool☆81Updated 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 small thread-safe queue written in C☆107Updated 6 years ago
- 基于共享内存的进程间通信组件☆15Updated 6 years ago
- Message queue and thread pool implementations of C++ Workflow☆37Updated 3 months ago
- Memory Pool in different implemention ways, adapt different projects to improve performance☆25Updated 13 years ago
- A fast no_lock RingQueue between 2 threads (25M WrtieRead per second)☆91Updated 7 years ago
- a ring buffer like kfifo, work in linux kernel and user space, test on kernel 3.16 on both x86 and ARM platform☆40Updated 4 years ago
- C服务器进程通用模板,跨平台,动态库,协程☆49Updated 2 months ago
- A simple cross-platform c++11 reactor-based library just like the implementation for cpp (muduo), java(netty) and python(twisted)☆27Updated 6 years ago
- Proactor design pattern (C++, threads)☆18Updated 8 years ago
- C/C++,跨平台,OS原生异步IO接口,纯C有栈和无栈C++20协程调度核心☆171Updated last week
- websocket base on libuv(基于libuv的websocket封装)☆12Updated 10 years ago