forhappy / rbtreeLinks
rbtree implementation adapted from linux kernel thus can be used in your own c program(of course in userspace).
☆163Updated 3 years ago
Alternatives and similar repositories for rbtree
Users that are interested in rbtree are comparing it to the libraries listed below
Sorting:
- skip list with rank, code less than z_set in redis☆174Updated 2 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
- libev sync from http://cvs.schmorp.de/libev/☆157Updated 4 years ago
- ☆151Updated 6 months ago
- asynchronous examples for openssl using poll/epoll☆127Updated last year
- User-mode TCP/IP stack from 4.4BSD-Lite2, a companion of TCP/IP Illustrated vol. 2☆368Updated 4 years ago
- Simple memory leak finder.☆51Updated 11 years ago
- a simple example for how to use epoll☆66Updated 13 years ago
- B+ tree implementation in C☆131Updated 4 years ago
- buddy内存分配器实现☆294Updated 11 months ago
- 多种无锁队列☆43Updated 7 years ago
- 一个基于Linux的纯C基础类库☆37Updated 8 years ago
- Lock-Free Thread Pool☆79Updated last year
- ☆155Updated 12 years ago
- Map for C, used rbtree to implement, sort by key☆93Updated 5 years ago
- A fast no_lock RingQueue between 2 threads (25M WrtieRead per second)☆93Updated 6 years ago
- 协程的简单实现☆51Updated 3 years ago
- Protocol Buffers C RPC implementation☆200Updated 5 years ago
- Stevens的《TCP/IP 实现》的源代码,包括4.4BSD-Lite.tar.gz和 4.4BSD-Lite.tar.gz☆52Updated 9 years ago
- Investigate on the details of Linux programming☆106Updated 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…☆233Updated 4 years ago
- Buddy memory allocation☆325Updated 13 years ago
- Reactor Pattern Implemention☆66Updated 6 years ago
- 由C语言实现的单线程高并发的网络基础库☆53Updated 4 years ago
- AVL implementation which is as fast/compact as linux's rbtree☆365Updated 2 months ago
- Nick's libevent manual☆707Updated last year
- C++ raft lib☆136Updated 2 years ago
- 纯C语言高性能异步多任务多事件驱动的协程库| Pure C language high-performance asynchronous multi-task multi-event driven coroutine library.☆202Updated 5 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…☆180Updated 6 years ago
- kfifo, a generic userspace FIFO implementation, port from Linux kernel 5.x. Note: requires GCC.☆74Updated 11 months ago