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).☆164Updated 3 years ago
- a simple example for how to use epoll☆66Updated 13 years ago
- Map for C, used rbtree to implement, sort by key☆93Updated 5 years ago
- 尝试阻塞与非阻塞,I/O多路复用(select, epoll)☆76Updated 7 years ago
- 《Linux高性能 服务器编程》上的例子☆50Updated 11 years ago
- libevent 官方文档的中文版☆48Updated 10 years ago
- skip list with rank, code less than z_set in redis☆174Updated 2 years ago
- linux0.11源码解析☆94Updated 2 years ago
- FTP Server for linux☆63Updated 6 years ago
- select、poll、epoll☆70Updated 6 years ago
- 系统编程:Makefile的编写、进程线程区别以及控制、生产者消费者模型、System V标准和POSIX标准中的IPC间通信、简单Shell脚本的编写;网络编程:基于TCP/UDP的客户端/服务器、socket、高级I/O、select/poll/epoll、Http协议☆58Updated 9 years ago
- Linux下单进程/多线程/多进程/select/epoll架构的socket服务端和客户端的框架☆47Updated 8 years ago
- 多种无锁队列☆43Updated 7 years ago
- 用c语言setjmp和longjmp实现的一个最基本的协程☆35Updated 9 years ago
- Lock-Free Thread Pool