czGitAccount / SkipList
基于跳表实现的键值型存储引擎
☆12Updated 3 years ago
Alternatives and similar repositories for SkipList
Users that are interested in SkipList are comparing it to the libraries listed below
Sorting:
- C++实现的小型rpc框架,帮助构建分布式rpc服务☆63Updated 2 years ago
- 基于分布式的集群聊天系统☆44Updated 4 years ago
- yfs是一个分布式文件系统(mit6.824)☆72Updated 6 years ago
- 自己实现一个muduo库:记录一下学习muduo库以及C++11的过程。☆16Updated 2 years ago
- 基于muduo、protobuf、zookeeper的rpc实现☆43Updated 2 years ago
- 基于muduo网络库的集群聊天服务器☆95Updated 4 years ago
- RPC远程调用框架☆26Updated 4 years ago
- 基于C++11实现的多线程网络库。内部实现有 HTTP 服务器,KV轻量级数据库等,目标是实现分布式存储服务。☆8Updated 2 years ago
- MIT6.824分布式系统的C++版本实现,能学到分布式系统设计、rpc使用、mapreduce、基本数据库设计、raft算法、分布式一致性等后端知识点,结合了linux系统的许多系统调用☆50Updated 2 years ago
- A WebServer write by C++☆130Updated 6 years ago
- 一个基于跳表的轻量级键值型存储引擎,并提供了服务端和客户端。☆15Updated 2 years ago
- 这是一个基于Linux平台,C++编写的分布式系统。服务器端采用了线程池+Libevent的IO模型,并为其实现了简单的负载均衡。服务器端业务层使用了MVC的设计模式。数据存储方面对MySQL数据库C-API进行了C++的类封装。为 了实现服务器集群的负载均衡,实现了以一致性…☆77Updated 3 years ago
- DIY a asynchronous IO framework base on coroutine☆12Updated last year
- c++11 Server based on coroutine and reactor☆108Updated 3 years ago
- A lightweight c++11 symetric coroutine library which can be used for network programming.☆47Updated 4 years ago
- ytlloctra / Message-oriented-middleware-Design-of-Lightweight-RPC-Distributed-Network-Communication-Framework轻量级RPC分布式网络通信框架设计☆9Updated 2 years ago
- 基于C++11的muduo网络库☆106Updated 4 years ago
- 学习muduo网络库的一些笔记☆110Updated 4 years ago
- An C++ implementation of RAFT consensus algorithm based on jrpc☆79Updated 7 years ago
- A small Key-Value storage engine written in C++.☆108Updated 2 years ago
- 基于protobuf、muduo、zookeeper的分布式网络通信框架☆14Updated 2 years ago
- 基于c++实现的raft算法☆18Updated 3 years ago
- 《Linux 高性能服务器》附带的项目程序springsnil详细解读,一个负载均衡服务器☆117Updated 6 years ago
- 基于 C++ 实现的 Etcd kv 存储系统☆13Updated last year
- 连接池模板,可以应用于redis和mysql,实现了简易的redis分布式锁,对hiredis进行了二次封装☆15Updated last year
- 本项目使用C++实现基于跳表实现的轻量级键值型存储引擎,其主要功能有:插入数据、查询数据、删除数据、数据展示、数据库大小、数据库清空、数据落盘以及文件加载数据。☆17Updated 3 years ago
- 完全使用C++(脱离Boost)参考Muduo实现的网络库☆82Updated 3 years ago
- Event-Driven C++ High-Performance WebServer In C++11☆84Updated 3 years ago
- 一个使用 cpp 语言开发的基于 bitcask 模型,兼容 Redis 数据结构的学习级别 KV 存储引擎。☆35Updated 10 months ago
- 用c++11重构了muduo库的核心MultiReactor架构☆41Updated last year