weijunji / TCP-CPP
基于C++实现的用户态TCP协议
☆19Updated 4 years ago
Alternatives and similar repositories for TCP-CPP:
Users that are interested in TCP-CPP are comparing it to the libraries listed below
- 自己用C++实现小型Redis☆33Updated 6 years ago
- A small Key-Value storage engine written in C++.☆108Updated 2 years ago
- 高性能的c++日志库☆69Updated 4 years ago
- TinyDB (under progress)☆63Updated 2 years ago
- Writing a sqlite clone from scratch in C++☆131Updated 2 years ago
- An C++ implementation of RAFT consensus algorithm based on jrpc☆77Updated 6 years ago
- yfs是一个分布式文件系统(mit6.824)☆72Updated 6 years ago
- ☆31Updated last year
- 《Linux 高性能服务器》附带的项目程序springsnil详细解读,一个负载均衡服务器☆115Updated 6 years ago
- Multithreaded network library in C++17☆89Updated 3 years ago
- 基于协程和事件循环的c++网络库☆57Updated 5 years ago
- 二叉查找树、AVL树、红黑树、B-树☆49Updated 8 years ago
- A QUIC implementation in C++11 coroutine☆95Updated 8 months ago
- 这是一个基于Linux平台,C++编写的分布式系统。服务器端采用了线程池+Libevent的IO模型,并为其实现了简单的负载均衡。服务器端业务层使用了MVC的设计模式。数据存储方面对MySQL数据库C-API进行了C++的类封装。为了实现服务器集群的负载均衡,实现了以一致性…☆77Updated 2 years ago
- 基于EventLoop和多线程的morden cpp 的linux网络库☆11Updated 4 years ago
- My homework and projects about learning CMU15-445☆12Updated 3 years ago
- 基于C++11的muduo网络库☆103Updated 4 years ago
- ☆23Updated 3 years ago
- cmu 15445 2018,DBMS实现☆50Updated 5 years ago
- ioCoro is an async-IO service framework based on cpp20Coroutine☆76Updated last year
- c++11 implementation of muduo net lib and muduo asynclogging.☆33Updated 5 years ago
- 创建一个用户态的TCP/IP协议栈。基于Linux内核的TCP/IP协议栈,Xiaochen Wang's TCP/IP stack 和 Level-IP这三个项目构建的。同时它也是一个中文教程,可以帮助自己(或者看到此教程的人)更好的理解计算机网络,更好的理解协议栈。☆78Updated 4 years ago
- 本项目是在linux下基于Tinyhttpd扩展实现的不到700行的超 轻量型Http Server,基于epoll事件驱动I/O,采用高效的Reactor模型+线程池进行客户端连接任务管理,支持高并发的静态与动态http请求。☆21Updated 4 years ago
- TinySTL is a subset of STL(cut some containers and algorithms) and also a superset of STL(add some other containers and algorithms)☆58Updated 8 years ago
- 详细且纯粹的leveldb源码注解,注解总结链接:☆34Updated 7 years ago
- JSON parser/generator in C++17☆15Updated 6 years ago
- C++实现简单数据库引擎☆26Updated 6 years ago
- 高性能博客系统☆27Updated 5 years ago
- LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.☆70Updated 2 years ago
- mini OceanBase☆16Updated last year