Stand1210 / c-LRU-Links
c语言实现LRU缓存
☆34Updated 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:
- 《Linux高性能服务器编程》上的例子☆50Updated 11 years ago
- rbtree implementation adapted from linux kernel thus can be used in your own c program(of course in userspace).☆163Updated 3 years ago
- libevent 官方文档的中文版☆48Updated 10 years ago
- a simple example for how to use epoll☆66Updated 13 years ago
- Lock-Free Thread Pool☆79Updated 2 years ago
- 协程的简单实现☆51Updated 3 years ago
- C语言版的STL,包含set,list,map等基本数据结构和算法☆46Updated 9 years ago
- select、poll、epoll☆69Updated 6 years ago
- 系统编程:Makefile的编写、进程线程区别以及控制、生产者消费者模型、System V标准和POSIX标准中的IPC间通信、简单Shell脚本的编写;网络编程:基于TCP/UDP的客户端/服务器、socket、高级I/O、select/poll/epoll、Http协议☆58Updated 9 years ago
- Map for C, used rbtree to implement, sort by key☆93Updated 5 years ago
- linux0.11源码解析☆94Updated last year
- a nginx-based memory pool . both share-memory and private-memory are supported. it is more efficient than malloc☆143Updated 7 years ago
- skip list with rank, code less than z_set in redis☆174Updated 2 years ago
- 用c语言setjmp和longjmp实现的一个最基本的协程☆35Updated 8 years ago
- 尝试阻塞与非阻塞,I/O多路复用(select, epoll)☆77Updated 7 years ago
- 基于signal通知机制的无锁(CAS)共享内存消息队列的实现☆32Updated 9 years ago
- libevent-1.4.15源码阅读注释☆73Updated 6 years ago
- 创建一个用户态的TCP/IP协议栈。基于Linux内核的TCP/IP协议栈,Xiaochen Wang's TCP/IP stack 和 Level-IP这三个项目构建的。同时它也是一个中文教程,可以帮助自己(或者看到此教程的人)更好的理解计算机网络,更好的理解协议栈。☆85Updated 4 years ago
- Very simple and stupid TCP/IP stack written in C☆10Updated 9 years ago
- FTP Server for linux☆64Updated 6 years ago
- epoll based tcp/udp server☆31Updated last year
- Linux下单进程/多线程/多进程/select/epoll架构的socket服务端和客户端的框架☆47Updated 8 years ago
- 一个小巧的linux内核, 学习linux-kernel和进程调度的好帮手☆163Updated 9 years ago
- A fast no_lock RingQueue between 2 threads (25M WrtieRead per second)☆93Updated 6 years ago
- 韦 东山驱动开发源代码☆15Updated 9 years ago
- a ring buffer like kfifo, work in linux kernel and user space, test on kernel 3.16 on both x86 and ARM platform☆40Updated 4 years ago
- high performance network framework with xdp☆20Updated 4 years ago
- 由C语言实现的单线程高并发的网络基础库☆53Updated 4 years ago
- Simple memory leak finder.☆51Updated 12 years ago
- 一个基于Linux的纯C基础类库☆37Updated 8 years ago