neesenk / lockfree_queueLinks
多种无锁队列
☆43Updated 7 years ago
Alternatives and similar repositories for lockfree_queue
Users that are interested in lockfree_queue are comparing it to the libraries listed below
Sorting:
- 基于signal通知机制的无锁(CAS)共享内存消息队列的实现☆31Updated 8 years ago
- shared memory☆20Updated 9 years ago
- send and recv event between processes with very few lines of code☆47Updated 10 years ago
- 一个基于Linux的纯C基础类库☆37Updated 8 years ago
- openssl surpport for handy☆42Updated 9 years ago
- a nginx-based memory pool . both share-memory and private-memory are supported. it is more efficient than malloc☆143Updated 7 years ago
- 由C语言实现的单线程高并发的网络基础库☆53Updated 4 years ago
- fast thread pool☆27Updated 6 years ago
- ePump是一个基于I/O事件通知、非阻塞通信、多路复用、多线程等机制开发的事件驱动模型的 C 语言应用开发框架,利用该框架可以很容易地开发出高性能、大并发连接的服务器程序。☆42Updated 8 months ago
- Lock-Free Thread Pool☆78Updated last year
- A simple UDP clock service, using libevent☆34Updated 16 years ago
- 一个简单而的ini配置读取库(带扩展语法)☆37Updated 7 years ago
- Simple memory leak finder.☆51Updated 11 years ago
- A fast no_lock RingQueue between 2 threads (25M WrtieRead per second)☆93Updated 6 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
- Asynchronous timer queue mechanism(C++11)☆23Updated 10 years ago
- 公用库 (包括array、list和stack以及typepool数据结构;iocp、epoll等socket模型;thread;timer定时器),以及示例。 (date:2011.3)☆22Updated 12 years ago
- A lock-free(or spin-lock) Queue implemented by RingBuffer.☆127Updated 4 years ago
- kfifo, a generic userspace FIFO implementation, port from Linux kernel 5.x. Note: requires GCC.☆74Updated 9 months ago
- http request/response parser for c☆39Updated 8 years ago
- C语言版的STL,包含set,list,map等基本数据结构和算法☆45Updated 9 years ago
- Memory Pool in different implemention ways, adapt different projects to improve performance☆25Updated 13 years ago
- A thread-safe multi database connection pool library, cloned from https://bitbucket.org/tildeslash/libzdb☆47Updated 3 years ago
- Example for connect MySQL with Connection pool in CPP.☆47Updated 12 years ago
- C服务器进程通用模板,跨平台,动态库,协程☆46Updated 3 months ago
- 根据工作中经常需要用到的,基于C语言封装的一些常用工具类库,便于在工程项目中参考引用☆57Updated 3 years ago
- 实 用函数库,方便用C语言快速开发☆23Updated 8 years ago
- tcpdaemon是一个TCP通讯服务端平台/库,它封装了众多常见服务端进程/线程管理和TCP连接管理模型(Forking、Leader-Follow、IO-Multiplex、WindowsThreads Leader-Follow),使用者只需加入TCP通讯数据收发和应…☆24Updated 7 years ago
- Map for C, used rbtree to implement, sort by key☆92Updated 5 years ago
- 使用KCP和libuv的简单网络模块。☆65Updated 9 years ago