weiweikaikai / shm_message_queue
基于signal通知机制的无锁(CAS)共享内存消息队列的实现
☆31Updated 8 years ago
Alternatives and similar repositories for shm_message_queue:
Users that are interested in shm_message_queue are comparing it to the libraries listed below
- 多种无锁队列☆43Updated 7 years ago
- ePump是一个基于I/O事件通知、非阻塞通信、多路复用、多线程等机制开发的事件驱动模型的 C 语言应用开发框架,利用该框架可以很容易地开发出高性能、大并发连接的服务器程序。☆42Updated 5 months ago
- 基于ANSI C开发的内存池和线程池,性能优异☆19Updated 9 years ago
- Lightweight, simple and portable message bus and IPC system for embedded Linux.☆11Updated 11 years ago
- 公用库 (包括array、list和stack以及typepool数据结构;iocp、epoll等socket模型;thread;timer定时器),以及示例。 (date:2011.3)☆22Updated 12 years ago
- tcpdaemon是一个TCP通讯服务端平台/库,它封装了众多常见服务端进程/线程管理和TCP连接管理模型(Forking、Leader-Follow、IO-Multiplex、WindowsThreads Leader-Follow),使用者只需加入TCP通讯数据收发和应…☆24Updated 7 years ago
- a key-value lib based on share memory, it use hash data struct☆17Updated 11 years ago
- shared memory☆20Updated 9 years ago
- IPC provides flexible, efficient message passing between processes.☆28Updated 10 years ago
- small library for c, includes array, hash, string, value, event emitter...☆49Updated 6 years ago
- A tiny web server based on libuv, can accept Socket,WebSocket,or http protocol,and set callBack func's 一个基于libuv的小型Web服务器,可以接受Socket,WebS…☆34Updated 7 months ago
- kfifo, a generic userspace FIFO implementation, port from Linux kernel 5.x. Note: requires GCC.☆70Updated 7 months ago
- C服务器进程通用模板,跨平台,动态库,协程☆46Updated 3 weeks ago
- 一个基于Linux的纯C基础类库☆37Updated 7 years ago
- A coroutine scheduler and lightweight network library for libaco☆16Updated 5 years ago
- fast thread pool☆27Updated 6 years ago
- simple c json parse☆16Updated 2 years ago
- 基于共享内存的进程间通信组件☆15Updated 5 years ago
- epoll based tcp/udp server☆30Updated 11 months ago
- Message queue and thread pool implementations of C++ Workflow☆33Updated 7 months 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
- 实现并对比了各类字符串匹配算法,包括Sunday、KMP、Boyer-Moore、horspool☆23Updated 6 years ago
- C语言开发的工具库,包括常用的字符串解析、数据结构、日志库、异步IO线程等☆17Updated 4 years ago
- C语言版的STL,包含set,list,map等基本数据结构和算法☆44Updated 9 years ago
- C extend library - common data structs and algorithms implementation with ANSI C☆33Updated 4 years ago
- My C Snippets - buf, cfg, datetime, dict, event, heap, ketama, list, log, map, queue, skiplist, stack, strings☆57Updated 8 years ago
- Transfer block of data from one linux process to another, used IPC technology such as semaphore and share memory.☆12Updated 11 years ago
- Simple memory leak finder.☆51Updated 11 years ago
- 由C语言实现的单线程高并发的网络基础库☆53Updated 3 years ago
- send and recv event between processes with very few lines of code☆47Updated 10 years ago