Stand1210 / c-LRU-Links
c语言实现LRU缓存
☆33Updated 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:
- libevent 官方文档的中文版☆48Updated 10 years ago
- select、poll、epoll☆69Updated 5 years ago
- a simple example for how to use epoll☆66Updated 13 years ago
- 《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
- C语言版的STL,包含set,list,map等基本数据结构和算法☆45Updated 9 years ago
- 协程的简单实现☆51Updated 3 years ago
- 尝试阻塞与非阻塞,I/O多路复用(select, epoll)☆78Updated 7 years ago
- 一个小巧的linux内核, 学习linux-kernel和进程调度的好帮手☆163Updated 8 years ago
- C、C++和其在Linux下的编程学习,主要是51CTO、传智播客、一些经典书籍的学 习等☆36Updated last year
- 创建一个用户态的TCP/IP协议栈。基于Linux内核的TCP/IP协议栈,Xiaochen Wang's TCP/IP stack 和 Level-IP这三个项目构建的。同时它也是一个中文教程,可以帮助自己(或者看到此教程的人)更好的理解计算机网络,更好的理解协议栈。☆84Updated 4 years ago
- 系统编程:Makefile的编写、进程线程区别以及控制、生产者消费者模型、System V标准和POSIX标准中的IPC间通信、简单Shell脚本的编写;网络编程:基于TCP/UDP的客户端/服务器、socket、高级I/O、select/poll/epoll、Http协议☆57Updated 9 years ago
- Very simple and stupid TCP/IP stack written in C☆10Updated 9 years ago
- libevent-1.4.15源码阅读注释☆74Updated 6 years ago
- A fast no_lock RingQueue between 2 threads (25M WrtieRead per second)☆93Updated 6 years ago
- 用c语言setjmp和longjmp实现的一个最基本的协程☆35Updated 8 years ago
- cmdline menu libary☆80Updated 4 years ago
- Lock-Free Thread Pool☆79Updated last year
- Map for C, used rbtree to implement, sort by key☆92Updated 5 years ago
- Linux阅码场(LinuxDev)公众号文章收集☆66Updated 5 years ago
- skip list with rank, code less than z_set in redis☆174Updated 2 years ago
- HTTP/2库nghttp2源码中文注释分析, 后期不在更新,。停止分析nghttp2库主要原因:冗余代码太多,可读性差。如果想了解HTTP2代码实现过程,可以参考工程: reading-code-of-nginx-1.9.2;如果想学习quic实现过程,可以参考工程:re…☆43Updated 4 years ago
- Stevens的《TCP/IP 实现》的源代码,包括4.4BSD-Lite.tar.gz和 4.4BSD-Lite.tar.gz