forhappy / rbtree
rbtree implementation adapted from linux kernel thus can be used in your own c program(of course in userspace).
☆159Updated 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☆141Updated 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☆174Updated last year
- ☆150Updated 2 months ago
- 多种无锁队列☆43Updated 7 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☆369Updated 4 years ago
- Different implementations of spinlock.☆105Updated 10 years ago
- B+ tree implementation in C☆131Updated 4 years ago
- ☆149Updated 11 years ago
- Investigate on the details of Linux programming☆106Updated 3 years ago
- A lock-free(or spin-lock) Queue implemented by RingBuffer.☆127Updated 4 years ago
- Lock-Free Thread Pool☆78Updated last year
- 一个基于Linux的纯C基础类库☆37Updated 8 years ago
- Simple memory leak finder.☆51Updated 11 years ago
- Protocol Buffers C RPC implementation☆191Updated 4 years ago
- kfifo, a generic userspace FIFO implementation, port from Linux kernel 5.x. Note: requires GCC.☆70Updated 8 months ago
- A simple fast MPMC obstruction-free linearizable concurrent queue for C (based on linux[futex]/gcc/x86_64)☆39Updated 4 years ago
- A small, clean, linux-only thread-pool implementation using epoll with support for sockets, scheduled callbacks and TCP connections.☆178Updated 13 years ago
- Miscellaneous scripts and things that dont merit their own repo. All under MIT License unless otherwise specified☆31Updated 3 years ago
- ☆37Updated 9 years ago
- Map for C, used rbtree to implement, sort by key☆92Updated 4 years ago
- linux线程间同步(Inter-Thread Synchronization)方式汇总☆60Updated 9 years ago
- buddy内存分配器实现☆293Updated 8 months ago
- asynchronous examples for openssl using poll/epoll☆126Updated last year
- send and recv event between processes with very few lines of code☆47Updated 10 years ago
- A fast no_lock RingQueue between 2 threads (25M WrtieRead per second)☆93Updated 6 years ago
- ☆66Updated 5 years ago
- ☆53Updated 11 years ago
- Example for connect MySQL with Connection pool in CPP.☆47Updated 12 years ago