SuycxZMZ / KVstorageBaseRaft-cpp
基于Raft的k-v存储数据库
☆20Updated 3 months ago
Alternatives and similar repositories for KVstorageBaseRaft-cpp:
Users that are interested in KVstorageBaseRaft-cpp are comparing it to the libraries listed below
- C++实现的小型rpc框 架,帮助构建分布式rpc服务☆58Updated 2 years ago
- 基于C++11的muduo网络库☆103Updated 3 years ago
- 完全使用C++(脱离Boost)参考Muduo实现的网络库☆80Updated 2 years ago
- 【代码随想录知识星球】项目分享-手撕协程库(CPP)🔥☆186Updated last month
- C++11版本muduo网络库 除去了对boost库的依赖☆209Updated 2 years ago
- 自己实现智能指针☆93Updated 8 years ago
- 用c++11重构了muduo库的核心MultiReactor架构☆38Updated last year
- 基于muduo、protobuf、zookeeper的rpc实现☆39Updated 2 years ago
- C++分布式网络通信框架(RPC)☆15Updated last year
- Linux高性能服务器编程(作者 游双) 读书笔记和Demo☆359Updated 4 years ago
- c++ rpc framework, simplified version of tinyrpc。☆228Updated last year
- 从零开始重写sylar C++高性能分布式服务器框架☆338Updated 7 months ago
- Linux C++ Web 文件服务器☆230Updated 9 months ago
- 学习muduo网络库的一些笔记☆103Updated 4 years ago
- Event-Driven C++ High-Performance WebServer In C++11☆85Updated 2 years ago
- 基于muduo网络库的集群聊天服务器☆90Updated 3 years ago
- A C++ High Performance NetServer☆44Updated 6 years ago
- 【muduo 源码解析】☆47Updated 2 years ago
- 可以工作在nginx tcp负载均衡环境中的集群聊天服务器和客户端源码 基于muduo实现☆228Updated 3 years ago
- A lightweight key-value storage engine based on skip list.|| 基于C++11的轻量级KV存储引擎☆19Updated 11 months ago
- TinyWebServer的cpp11实现,代码精简,注释详尽,比原版更容易阅读上手!新增文件上传与下载功能!☆149Updated 3 years ago
- 基于C++11实现的多线程网络库。内部实现有 HTTP 服务器,KV轻量级数据库等,目标是实现分布式存储服务。☆8Updated last year
- MIT6.824分布式系统的C++版本实现,能学到分布式系统设计、rpc使用、mapreduce、基本数据库设计、raft算法、分布式一致性等后端知识点,结合了linux系统的许多系统调用☆48Updated last year
- Notes, study☆115Updated last year
- 基于dpdk实现的抓包、解码服务器☆29Updated 3 months ago
- c++20 重新实现的 redis 1.3.6☆44Updated 2 years ago
- 使用C++实现的ubuntu环境下的聊天小项目,采用C/S架构,支持注册、登录、记录登录状态、私聊、群聊功能,前期使用多线程实现并发服务器,后期利用epoll监听+线程池处理的Reactor模式实现并发服务器,进行了压力测试,并采用 bitmap 实现的布隆过滤器减少对 M…☆110Updated 4 years ago
- This is a IM Server written By C++☆132Updated 2 years ago
- C++实现的简单http服务器(进程池+epoll)☆94Updated 6 years ago