EnbinYang / cpp-tips
C++ Development Tips
☆13Updated last year
Related projects ⓘ
Alternatives and complementary repositories for cpp-tips
- A small Key-Value storage engine written in C++.☆100Updated last year
- 基于C语言实现内存型数据库(kv存储)☆47Updated 8 months ago
- 一个基于muduo库的rpc分布式微服务框架☆11Updated 2 years ago
- A C++ High Performance Web Server using io_uring and cpp20 coroutine☆112Updated 2 years ago
- RPC远程调用框架☆25Updated 3 years ago
- 一个使用 cpp 语言开发的基于 bitcask 模型,兼容 Redis 数据结构的学习级别 KV 存储引擎。☆32Updated 4 months ago
- 高性能的c++日志库☆69Updated 3 years ago
- C++实现的小型rpc框架,帮助构建分布式rpc服务☆56Updated last year
- 基于C++的集群聊天服务器☆49Updated 2 years ago
- 基于分布式的集群聊天系统☆42Updated 3 years ago
- 自己用C++实现小型Redis☆33Updated 5 years ago
- 基于跳表实现的键值型存储引擎☆12Updated 3 years ago
- TinyDB (under progress)☆59Updated 2 years ago
- 📚一个三级缓存的高并发内存池☆51Updated 5 years ago
- ytlloctra / Message-oriented-middleware-Design-of-Lightweight-RPC-Distributed-Network-Communication-Framework轻量级RPC分布式网络通信框架设计☆9Updated last year
- 面试八股文☆72Updated last month
- 基于协程和事件循环的c++网络库☆59Updated 4 years ago
- ☆19Updated last year
- An C++ implementation of RAFT consensus algorithm based on jrpc☆76Updated 6 years ago
- 基于muduo、protobuf、zookeeper的rpc实现☆38Updated 2 years ago
- 基于C++实现的用户态TCP协议☆19Updated 3 years ago
- C++实现简单数据库引擎☆25Updated 5 years ago
- MIT6.824分布式系统的C++版本实现,能学到分布式系统设计、rpc使用、mapreduce、基本数据库设计、raft算法、分布式一致性等后端知识点,结合了linux系统的许多系统调用☆49Updated last year
- C++ High Performance HTTP WebServer☆75Updated 3 years ago
- C++20协程net,基于epoll,可以方便地使用await语法☆26Updated last year
- yfs是一个分布式文件系统(mit6.824)☆72Updated 5 years ago
- 基于c++实现的raft算法☆12Updated 2 years ago
- MIT6.824 2021 个人学习记录☆18Updated 2 years ago
- ☆64Updated 2 years ago
- 这是一个基于Linux平台,C++编写的分布式系统。服务器端采用了线程池+Libevent的IO模型,并为其实现了简单的负载均衡。服务器端业务层使用了MVC的设计模式。数据存储方面对MySQL数据库C-API进行了C++的类封装。为了实现服务器集群的负载均衡,实现了以一致性…☆78Updated 2 years ago