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
- TinyDB (under progress)☆63Updated 2 years ago
- A small Key-Value storage engine written in C++.☆105Updated 2 years ago
- Stanford computer networking lab, an elegant TCP/IP implementation☆129Updated last year
- My homework and projects about learning CMU15-445☆11Updated 2 years ago
- 高性能的c++日志库☆69Updated 4 years ago
- An C++ implementation of RAFT consensus algorithm based on jrpc☆77Updated 6 years ago
- CS144 Lab Assignments☆44Updated last year
- 基于C 语言实现内存型数据库(kv存储)☆58Updated 11 months ago
- Linux下高性能服务器,详细梳理后台各个知识点☆30Updated 4 years ago
- CMU15445/645 (fall 2020) project☆70Updated 3 years ago
- A simple operating system 一个基于x86的操作系统☆32Updated last year
- yfs是一个分布式文件系统(mit6.824)☆72Updated 6 years ago
- Build your own VectorDB with C++☆20Updated 2 months ago
- My Blog☆26Updated 8 years ago
- A high performance multithread C++ network library for linux.☆64Updated 5 years ago
- Multithreaded network library in C++17☆87Updated 3 years ago
- Writing a sqlite clone from scratch in C++☆129Updated 2 years ago
- This is the repository containing self-study notes for modern C++ to better prepare myself for workplace once graduate.☆64Updated last year
- cmu 15445 2018,DBMS实现☆50Updated 5 years ago
- 《操作系统真象 还原 》📖上所有code / 操作系统真相还原☆48Updated 6 years ago
- 这是一个基于Linux平台,C++编写的分布式系统。服务器端采用了线程池+Libevent的IO模型,并为其实现了简单的负载均衡。服务器端业务层使用了MVC的设计模式。数据存储方面对MySQL数据库C-API进行了C++的类封装。为了实现服务器集群的负载均衡,实现了以一致性…☆77Updated 2 years ago
- 基于协程和事件循环的c++网络库☆58Updated 5 years ago
- Tiny and simple c++ rpc library☆83Updated 6 years ago
- A C++ High Performance Web Server using io_uring and cpp20 coroutine☆119Updated 2 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
- 本项目是在linux下基于Tinyhttpd扩展实现的不到700行的超轻量型Http Server,基于epoll事件驱动I/O,采用高效的Reactor模型+线程池进行客户端连接任务管理,支持高并发的静态与动态http请求。☆22Updated 4 years ago
- a c++ rpc platform base on muduo&protobuf&zookeeper&tinyxml☆34Updated 5 years ago
- c++11 implementation of muduo net lib and muduo asynclogging.☆33Updated 5 years ago
- 📚一个三级缓存的高并发内存池☆52Updated 5 years ago
- 一个简单的muduo库,用来练手☆13Updated 5 years ago