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:
- 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
- Lock-Free Thread Pool☆79Updated 2 years ago
- a simple example for how to use epoll☆66Updated 13 years ago
- 《Linux高性能服务器编程》上的例子☆50Updated 11 years ago
- skip list with rank, code less than z_set in redis☆174Updated 2 years ago
- select、poll、epoll☆70Updated 6 years ago
- Map for C, used rbtree to implement, sort by key☆93Updated 5 years ago
- C语言版的STL,包含set,list,map等基本数据结构和算法☆47Updated 9 years ago
- a nginx-based memory pool . both share-memory and private-memory are supported. it is more efficient than malloc☆143Updated 8 years ago
- FTP Server for linux☆64Updated 6 years ago
- Stevens的《TCP/IP 实现》的源代码,包括4.4BSD-Lite.tar.gz和 4.4BSD-Lite.tar.gz☆53Updated 9 years ago
- 系统编程:Makefile的编写、进程线程区别以及控制、生产者消费者模型、System V标准和POSIX标准中的IPC间通信、简单Shell脚本的编写;网络编程:基于TCP/UDP的客户端/服务器、socket、高级I/O、select/poll/epoll、Http协议☆58Updated 9 years ago
- 协程的简单实现☆51Updated 3 years ago