Stand1210 / c-LRU-Links
c语言实现LRU缓存
☆35Updated 7 years ago
Alternatives and similar repositories for c-LRU-
Users that are interested in c-LRU- are comparing it to the libraries listed below
Sorting:
- rbtree implementation adapted from linux kernel thus can be used in your own c program(of course in userspace).☆164Updated 3 years ago
- 《Linux高性能服务器编程》上的例子☆50Updated 11 years ago
- 协程的简单实现☆52Updated 3 years ago
- Map for C, used rbtree to implement, sort by key☆93Updated 5 years ago
- skip list with rank, code less than z_set in redis☆174Updated 2 years ago
- A benchmark showing that kfifo is really super fast☆11Updated 10 years ago
- C语言版的STL,包含set,list,map等基本数据结构和算法☆47Updated 9 years ago
- a simple example for how to use epoll☆66Updated 13 years ago
- Lock-Free Thread Pool☆81Updated 2 years ago
- libevent 官方文档的中文版☆48Updated 10 years ago
- A fast no_lock RingQueue between 2 threads (25M WrtieRead per second)☆91Updated 7 years ago
- linux0.11源码解析☆94Updated 2 years ago
- 尝试阻塞与非阻塞,I/O多路复用(select, epoll)☆76Updated 7 years ago
- libevent-1.4.15源码阅读注释☆72Updated 7 years ago
- select、poll、epoll☆70Updated 6 years ago
- 一个小巧的linux内核, 学习linux-kernel和进程调度的好帮手☆163Updated 9 years ago
- 多种无锁队列☆43Updated 7 years ago
- cmdline menu libary☆82Updated 3 months ago
- 用c语言setjmp和longjmp实现的一个最基本的协程☆35Updated 9 years ago
- FTP Server for linux☆63Updated 6 years ago
- 创建一个用户态的TCP/IP协议栈。基于Linux内核的TCP/IP协议栈,Xiaochen Wang's TCP/IP stack 和 Level-IP这三个项目构建的。同时它也是一个中文教程,可以帮助自己(或者看到此教程的人)更好的理解计算机网络,更好的理解协议栈。☆88Updated 4 years ago
- Very simple and stupid TCP/IP stack written in C☆10Updated 9 years ago
- linux kernel-4.17 协议栈源码阅读, reading linux kernel 4.17 netstack, once one has started to experience the rich insights that can be gained fr…☆70Updated 6 years ago
- a nginx-based memory pool . both share-memory and private-memory are supported. it is more efficient than malloc☆144Updated 8 years ago
- 一个基于Linux的纯C基础类库☆36Updated 8 years ago
- ☆69Updated 6 years ago
- Stevens的《TCP/IP 实现》的源代码,包括4.4BSD-Lite.tar.gz和 4.4BSD-Lite.tar.gz☆53Updated 10 years ago
- Linux阅码场(LinuxDev)公众号文章收集☆65Updated 6 years ago
- Linux下单进程/多线程/多进程/select/epoll架构的socket服务端和客户端的框架☆47Updated 8 years ago
- Linux 1.2.13 网络协议栈学习☆35Updated 6 years ago