forhappy / rbtreeLinks
rbtree implementation adapted from linux kernel thus can be used in your own c program(of course in userspace).
☆164Updated 3 years ago
Alternatives and similar repositories for rbtree
Users that are interested in rbtree are comparing it to the libraries listed below
Sorting:
- a nginx-based memory pool . both share-memory and private-memory are supported. it is more efficient than malloc☆143Updated 8 years ago
- skip list with rank, code less than z_set in redis☆174Updated 2 years ago
- libev sync from http://cvs.schmorp.de/libev/☆157Updated 4 years ago
- ☆152Updated 8 months ago
- asynchronous examples for openssl using poll/epoll☆127Updated 2 years ago
- Lock-Free Thread Pool☆79Updated 2 years ago
- buddy内存分配器实现☆294Updated last year
- Investigate on the details of Linux programming☆105Updated 4 years ago
- ☆155Updated 12 years ago
- Simple memory leak finder.☆51Updated 12 years ago
- User-mode TCP/IP stack from 4.4BSD-Lite2, a companion of TCP/IP Illustrated vol. 2☆373Updated 4 years ago
- Protocol Buffers C RPC implementation☆201Updated 5 years ago
- 多种无锁队列☆43Updated 7 years ago
- A fast no_lock RingQueue between 2 threads (25M WrtieRead per second)☆92Updated 7 years ago
- Map for C, used rbtree to implement, sort by key☆93Updated 5 years ago
- B+ tree implementation in C☆132Updated 5 years ago
- a simple example for how to use epoll☆66Updated 13 years ago
- Stevens的《TCP/IP 实现》的源代码,包括4.4BSD-Lite.tar.gz和 4.4BSD-Lite.tar.gz☆53Updated 9 years ago
- 协程的简单实现☆51Updated 3 years ago
- send and recv event between processes with very few lines of code☆47Updated 11 years ago
- AVL implementation which is as fast/compact as linux's rbtree☆365Updated 4 months ago
- 一个基于Linux的纯C基础类库☆36Updated 8 years ago
- Nick's libevent manual☆707Updated last year
- linux内核网络协议栈源码阅读分析注释--带详尽中文分析注释以及相关流程分析调用注释,对理解分析内核协议栈源码很有帮助☆307Updated 4 years ago
- 由C语言实现的单线程高并发的网络基础库☆54Updated 4 years ago
- Call a function in a new stack that allocated anywhere. Do not be afraid of stack limit in your coroutines! Try to make your stack sharea…☆234Updated 4 years ago
- a fast ,stable and thread-safe log lib(logger) for C/C++ language☆252Updated 7 years ago
- A simple fast MPMC obstruction-free linearizable concurrent queue for C (based on linux[futex]/gcc/x86_64)☆39Updated 4 years ago
- ☆53Updated 11 years ago
- 《Linux高性能服务器编程》上的例子☆50Updated 11 years ago