czGitAccount / SkipListLinks
基于跳表实现的键值型存储引擎
☆12Updated 4 years ago
Alternatives and similar repositories for SkipList
Users that are interested in SkipList are comparing it to the libraries listed below
Sorting:
- yfs是一个分布式文件系统(mit6.824)☆73Updated 6 years ago
- C++实现的小型rpc框架,帮助构建分布式rpc服务☆66Updated 2 years ago
- 基于分布式的集群聊天系统☆46Updated 4 years ago
- 基于muduo、protobuf、zookeeper的rpc实现☆51Updated 3 years ago
- A small Key-Value storage engine written in C++.☆110Updated 2 years ago
- MIT6.824分布式系统的C++版本实现,能学到分布式系统设计、rpc使用、mapreduce、基本数据库设计、raft算法、分布式一致性等后端知识点,结合了linux系统的许多系统调用☆55Updated 2 years ago
- 基于muduo网络库的集群聊天服务器☆100Updated 4 years ago
- CMU15445-2021-FALL的实源原理讲解及笔记(已完结)☆184Updated 3 years ago
- 自己实现一个muduo库:记录一下学习muduo库以及C++11的过程。☆16Updated 3 years ago
- RPC远程调用框架☆26Updated 4 years ago
- 基于C++11的muduo网络库☆117Updated 4 years ago
- 完全使用C++(脱离Boost)参考Muduo实现的网络库☆84Updated 3 years ago
- c++ rpc framework, simplified version of tinyrpc。☆250Updated last year
- 基于c++实现的raft算法☆19Updated 3 years ago
- DIY a asynchronous IO framework base on coroutine☆14Updated last year
- 从零开始重写sylar C++高性能分布式服务器框架☆377Updated last month
- 基于 C++ 实现的 Etcd kv 存储系统☆14Updated 2 years ago
- 项目介绍:本项目自研项目,旨在实践网络编程及相关开发技术的学习。 个人职责:后端开发 工作内容:【高并发】基于线程池、非阻塞 socket、IO 多路复用技术(ET 模式的epoll)、及 Reactor 事件处理模式实现高并发。【内存池】使用TLS(线程局部存储)内存池,…☆46Updated 3 years ago
- 学习muduo网络库的一些笔记☆119Updated 5 years ago
- 这是一个基于Linux平台,C++编写的分布式系统。服务器端采用了线程池+Libevent的IO模型,并为其实现了简单的负载均衡。服务器端业务层使用了MVC的设计模式。数据存储方面对MySQL数据库C-API进行了C++的类封装。为了实现服务器集群的负载均衡,实现了以一致性…☆82Updated 3 months ago
- c/c++ build a simple b+tree RDMS(利用c/c++ 开发基于B+树的小型关系型数据库 )☆514Updated 5 years ago
- 《Linux 高性能服务器》附带的项目程序springsnil详细解读,一个负载均衡服务器☆117Updated 7 years ago
- 一个基于muduo库的rpc分布式微服 务框架☆15Updated 3 years ago
- Event-Driven C++ High-Performance WebServer In C++11☆88Updated 3 years ago
- 集群分布式网络通信框架,基于protobuf、muduo库开发☆57Updated 5 years ago
- C++11版本muduo网络库 除去了对boost库的依赖☆239Updated 3 years ago
- c++11 Server based on coroutine and reactor☆109Updated 4 years ago
- An C++ implementation of RAFT consensus algorithm based on jrpc☆79Updated 7 years ago
- 自己用C++实现小型Redis☆34Updated 6 years ago
- 基于protobuf、muduo、zookeeper的分布式网络通信框架☆15Updated 3 years ago