forhappy / rbtree
rbtree implementation adapted from linux kernel thus can be used in your own c program(of course in userspace).
☆156Updated 2 years ago
Related projects ⓘ
Alternatives and complementary repositories for rbtree
- a nginx-based memory pool . both share-memory and private-memory are supported. it is more efficient than malloc☆139Updated 7 years ago
- libev sync from http://cvs.schmorp.de/libev/☆157Updated 3 years ago
- skip list with rank, code less than z_set in redis☆172Updated last year
- asynchronous examples for openssl using poll/epoll☆122Updated last year
- ☆146Updated last year
- ☆150Updated 11 years ago
- buddy内存分配器实现☆289Updated 3 months ago
- B+ tree implementation in C☆128Updated 4 years ago
- a simple example for how to use epoll☆66Updated 12 years ago
- Different implementations of spinlock.☆104Updated 9 years ago
- Lock-Free Thread Pool☆75Updated last year
- 多种无锁队列☆43Updated 6 years ago
- A fast no_lock RingQueue between 2 threads (25M WrtieRead per second)☆92Updated 6 years ago
- Investigate on the details of Linux programming☆106Updated 3 years ago
- Simple memory leak finder.☆51Updated 11 years ago
- ☆53Updated 10 years ago
- A small, clean, linux-only thread-pool implementation using epoll with support for sockets, scheduled callbacks and TCP connections.☆176Updated 12 years ago
- A simple fast MPMC obstruction-free linearizable concurrent queue for C (based on linux[futex]/gcc/x86_64)☆39Updated 3 years ago
- User-mode TCP/IP stack from 4.4BSD-Lite2, a companion of TCP/IP Illustrated vol. 2☆371Updated 3 years ago
- kfifo, a generic userspace FIFO implementation, port from Linux kernel 5.x. Note: requires GCC.☆65Updated 3 months ago
- Nick's libevent manual☆697Updated 9 months ago
- 一个基于Linux的纯C基础类库☆38Updated 7 years ago
- Linux Kernel Debug Environment Maker☆80Updated 5 years ago
- A lock-free(or spin-lock) Queue implemented by RingBuffer.☆125Updated 4 years ago
- A lightweight high performance http server☆116Updated 5 years ago
- Map for C, used rbtree to implement, sort by key☆92Updated 4 years ago
- linux内核网络协议栈源码阅读分析注释--带详尽中文分析注释以及相关流程分析调用注释,对理解分析内核协议栈源码很有帮助☆299Updated 3 years ago
- 由C语言实现的单线程高并发的网络基础库☆53Updated 3 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…☆233Updated 3 years ago
- timer.c: Tickless hierarchical timing wheel☆223Updated last year