forhappy / rbtree
rbtree implementation adapted from linux kernel thus can be used in your own c program(of course in userspace).
☆157Updated 3 years ago
Alternatives and similar repositories for rbtree:
Users that are interested in rbtree are comparing it to the libraries listed below
- 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☆171Updated last year
- 多种无锁队列☆43Updated 7 years ago
- Map for C, used rbtree to implement, sort by key☆92Updated 4 years ago
- ☆150Updated 11 years ago
- Investigate on the details of Linux programming☆106Updated 3 years ago
- ☆146Updated last year
- A fast no_lock RingQueue between 2 threads (25M WrtieRead per second)☆92Updated 6 years ago
- Different implementations of spinlock.☆104Updated 10 years ago
- a simple example for how to use epoll☆66Updated 12 years ago
- User-mode TCP/IP stack from 4.4BSD-Lite2, a companion of TCP/IP Illustrated vol. 2☆371Updated 3 years ago
- buddy内存分配器实现☆289Updated 5 months ago
- A simple coroutine☆39Updated 10 years ago
- asynchronous examples for openssl using poll/epoll☆123Updated last year
- 由C语言实现的单线程高并发的网络基础库☆53Updated 3 years ago
- AVL implementation which is as fast/compact as linux's rbtree☆350Updated 3 years ago
- Protocol Buffers C RPC implementation☆191Updated 4 years ago
- B+ tree implementation in C☆129Updated 4 years ago
- A lock-free(or spin-lock) Queue implemented by RingBuffer.☆127Updated 4 years ago
- Lock-Free Thread Pool☆76Updated last year
- send and recv event between processes with very few lines of code☆47Updated 10 years ago
- A simple fast MPMC obstruction-free linearizable concurrent queue for C (based on linux[futex]/gcc/x86_64)☆39Updated 3 years ago
- Stevens的《TCP/IP 实现》的源代码,包括4.4BSD-Lite.tar.gz和 4.4BSD-Lite.tar.gz☆50Updated 9 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…☆232Updated 3 years ago
- ☆37Updated 9 years ago
- Generic lock-free Skiplist container pure C implementation, STL-style set, map☆143Updated 5 years ago
- An event-driven c library open source by taobao originally and maintain here☆20Updated 4 years ago
- timer.c: Tickless hierarchical timing wheel☆225Updated last year
- kfifo, a generic userspace FIFO implementation, port from Linux kernel 5.x. Note: requires GCC.☆69Updated 4 months ago