cq-cdy / cRaft
cRaft: Raft distributed consensus algorithm service framework based on C++ stacked coroutines
☆22Updated 2 months ago
Alternatives and similar repositories for cRaft:
Users that are interested in cRaft are comparing it to the libraries listed below
- BusTubDB-cRaft:基于cRaft的轻量级分布式关系型数据库内核☆27Updated 11 months ago
- Distributed high-availability asynchronous RPC framework based on epoll+protobuf☆18Updated last year
- CMU15445-2021-FALL的实源原理讲解及笔记(已完结)☆171Updated 2 years ago
- ☆18Updated 2 years ago
- 基于c++实现的raft算法☆13Updated 2 years ago
- distributed key-value service☆21Updated 2 years ago
- C++实现的小型rpc框架,帮助构建分布式rpc服务☆58Updated 2 years ago
- A small Key-Value storage engine written in C++.☆106Updated last year
- CMU15445 2022 lab集合☆12Updated last year
- 完成了4个lab☆77Updated 2 years ago
- MIT6.824分布式系统的C++版本实现,能学到分布式系统设计、rpc使用、mapreduce、基本数据库设计、raft算法、分布式一致性等后端知识点,结合了linux系统的许多系统调用☆49Updated last year
- 基于C++11多线程主从Reactor模式的Web高性能服务器☆23Updated 3 years ago
- codes and documents for MIT6.5840(6.824) 2023☆69Updated 3 months ago
- 基于跳表实现的键值型存储引擎☆12Updated 3 years ago
- Database practice on cmu15-445 2022☆208Updated last year
- 连接池模板,可以应用于redis和mysql,实现了简易的redis分布式锁,对hiredis进行了二次封装☆15Updated last year
- Event-Driven C++ High-Performance WebServer In C++11☆85Updated 2 years ago
- An C++ implementation of RAFT consensus algorithm based on jrpc☆77Updated 6 years ago
- 一款高性能的后端分布式服务器网络框架☆24Updated last year
- 面试八股文☆75Updated 4 months ago
- 一个使用 cpp 语言开发的基于 bitcask 模型,兼容 Redis 数据结构的学习级别 KV 存储引擎。☆34Updated 7 months ago
- 学习muduo网络库的一些笔记☆103Updated 4 years ago
- 基于C++11实现的多线程网络库。内部实现有 HTTP 服务器,KV轻量级数据库等,目标是实现分布式存储服务。☆8Updated last year
- yfs是一个分布式文件系统(mit6.824)☆72Updated 5 years ago
- 一个用go语言实现的基于Raft一致性协议的KV数据库☆22Updated 3 years ago
- c++ rpc framework, simplified version of tinyrpc。☆228Updated last year
- A generic raft library☆279Updated 2 months ago
- 基于 C++ 实现的 Etcd kv 存储系统☆11Updated last year
- 设计并实现了一个高性能、线程安全的跳表数据结构。跳表是一种随机化的数据结构,被用作代替平衡树,提供了高效的搜索、插 入和删除操作。项目中实现的跳表数据结构不仅支持基本的数据操作,还提供了数据持久化功能。☆51Updated last year
- C++11版本muduo网络库 除去了对boost库的依赖☆208Updated 2 years ago