Broadroad / map
Map for C, used rbtree to implement, sort by key
☆92Updated 4 years ago
Related projects ⓘ
Alternatives and complementary repositories for map
- 多种无锁队列☆43Updated 6 years ago
- kfifo, a generic userspace FIFO implementation, port from Linux kernel 5.x. Note: requires GCC.☆65Updated 2 months ago
- rbtree implementation adapted from linux kernel thus can be used in your own c program(of course in userspace).☆156Updated 2 years ago
- asynchronous examples for openssl using poll/epoll☆122Updated last year
- 协程的简单实现☆50Updated 2 years ago
- openssl surpport for handy☆42Updated 9 years ago
- A fast no_lock RingQueue between 2 threads (25M WrtieRead per second)☆91Updated 6 years ago
- Stpool is a portable and efficient tasks pool library, it can work on diferent platforms such as Windows, linux, unix and ARM.☆41Updated 5 years ago
- send and recv event between processes with very few lines of code☆48Updated 10 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 3 years ago
- A small thread-safe queue written in C☆102Updated 5 years ago
- Simple memory leak finder.☆51Updated 11 years ago
- a nginx-based memory pool . both share-memory and private-memory are supported. it is more efficient than malloc☆138Updated 7 years ago
- 纯C语言高性能异步多任务多事件驱动的协程库| Pure C language high-performance asynchronous multi-task multi-event driven coroutine library.☆185Updated 4 years ago
- ffrdp is a fast reliable protocol base on udp + arq + fec.☆127Updated last year
- A lock-free(or spin-lock) Queue implemented by RingBuffer.☆125Updated 4 years ago
- 一个基于Linux的纯C基础类库☆37Updated 7 years ago
- a simple example for how to use epoll☆66Updated 12 years ago
- 根据工作中经常需要用到的,基于C语言封装的一些常用工具类库,便于在工程项目中参考引用☆35Updated 3 years ago
- C语言版的STL,包含set,list,map等基本数据结构和算法☆42Updated 8 years ago
- Lock-Free Thread Pool☆75Updated last year
- 一个极简内存池实现☆279Updated 3 weeks ago
- a fast ,stable and thread-safe log lib(logger) for C/C++ language☆249Updated 6 years ago
- http request/response parser for c☆39Updated 7 years ago
- A simple fast MPMC obstruction-free linearizable concurrent queue for C (based on linux[futex]/gcc/x86_64)☆39Updated 3 years ago
- C/C++,跨平台,OS原生异步IO接口,纯C有栈和无栈C++20协程调度核心☆161Updated this week
- Linux下单进程/多线程/多进程/select/epoll架构的socket服务端和客户端的框架☆47Updated 7 years ago
- Linux进程间通信(Inter-Process Communication)方式汇总☆317Updated 6 years ago
- An example https client and server using OpenSSL and libevent, for the purpose of discussing some issues that came up on the libevent mai…☆176Updated 5 years ago