Stand1210 / c-LRU-
c语言实现LRU缓存
☆34Updated 6 years ago
Alternatives and similar repositories for c-LRU-:
Users that are interested in c-LRU- are comparing it to the libraries listed below
- libevent 官方文档的中文版☆48Updated 10 years ago
- C语言版的STL,包含set,list,map等基本数据结构和算法☆44Updated 9 years ago
- 尝试阻塞与非阻塞,I/O多路复用(select, epoll)☆78Updated 7 years ago
- 《Linux高性能服务器编程》上的例子☆50Updated 10 years ago
- a simple example for how to use epoll☆66Updated 12 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…☆66Updated 5 years ago
- 一个基于epoll的多线程 linux c http web服务器☆24Updated 10 years ago
- 创建一个用户态的TCP/IP协议栈。基于Linux内核的TCP/IP协议栈,Xiaochen Wang's TCP/IP stack 和 Level-IP这三个项目构建的。同时它也是一个中文教程,可以帮助自己(或者看到此教程的人)更好的理解计算机网络,更好的理解协议栈。☆78Updated 4 years ago
- HTTP服务器,C语言描述☆70Updated 8 years ago
- libevent library reimplemented with c++☆42Updated 5 years ago
- 轻量级分布式消息队列☆24Updated 10 years ago
- Linux 1.2.13 网络协议栈学习☆35Updated 5 years ago
- iostat源码剖析☆13Updated 8 years ago
- FTP Server for linux☆64Updated 6 years ago
- 用c语言setjmp和longjmp实现的一个最基本的协程☆35Updated 8 years ago
- 多种无锁队列☆43Updated 7 years ago
- simple demo for network programming☆38Updated 8 years ago
- select、poll、epoll☆69Updated 5 years ago
- 简洁的epoll例子☆17Updated 9 years ago
- 测试操作系统并发量☆70Updated 6 years ago
- Libco 源码分析☆30Updated 6 years ago
- HTTP/2库nghttp2源码中文注释分析, 后期不在更新,。停止分析nghttp2库主要原因:冗余代码太多,可读性差。如果想了解HTTP2代码实现过程,可以参考工程: reading-code-of-nginx-1.9.2;如果想学习quic实现过程,可以参考工程:re…☆43Updated 4 years ago
- A fast no_lock RingQueue between 2 threads (25M WrtieRead per second)☆93Updated 6 years ago
- libevent-1.4.15源码阅读注释☆73Updated 6 years ago
- TCP/IP stack implementation☆18Updated 4 years ago
- Message queue and thread pool implementations of C++ Workflow☆33Updated 7 months ago
- rbtree implementation adapted from linux kernel thus can be used in your own c program(of course in userspace).☆158Updated 3 years ago
- Map for C, used rbtree to implement, sort by key☆92Updated 4 years ago
- Linux下单进程/多线程/多进程/select/epoll架构的socket服务端和客户端的框架☆48Updated 8 years ago