zhuxingyu2021 / tinykv
an implementation of a lsmtree
☆11Updated 2 years ago
Alternatives and similar repositories for tinykv:
Users that are interested in tinykv are comparing it to the libraries listed below
- 一个基于LSM树的单机KV存储引擎☆12Updated last year
- An C++ implementation of RAFT consensus algorithm based on jrpc☆79Updated 6 years ago
- A small Key-Value storage engine written in C++.☆109Updated 2 years ago
- ☆43Updated 2 years ago
- yfs是一个分布式文件系统(mit6.824)☆72Updated 6 years ago
- 基于跳表实现的键值型存储引擎☆12Updated 3 years ago
- 基于C++11实现的多线程网络库。内部实现有 HTTP 服务器,KV轻量级数据库等,目标是实现分布式存储服务。☆8Updated 2 years ago
- 基于 C++ 实现的 Etcd kv 存储系统☆13Updated last year
- 基于协程和事件循环的c++网络库☆58Updated 5 years ago
- bitcask storage system【WIP】☆8Updated last year
- A threadpool with C++ , support adjust thread priority and different I/O ,CPU priority.☆27Updated 3 years ago
- 高性能的c++日志库☆69Updated 4 years ago
- Homework of SJTU SE121: An LSM Tree KVStore System☆34Updated 5 years ago
- 一个使用 cpp 语言开发的基于 bitcask 模型,兼容 Redis 数据结构的学习级别 KV 存储引擎。☆35Updated 9 months ago
- 自己用C++实现小型Redis☆33Updated 6 years ago
- 📚一个三级缓存的高并发内存池☆57Updated 6 years ago
- TinyDB (under progress)☆65Updated 2 years ago
- 基于muduo、protobuf、zookeeper的rpc实现☆42Updated 2 years ago
- A C++ implementation of RAFT consensus algorithm☆21Updated 5 years ago
- A C++ High Performance Web Server using io_uring and cpp20 coroutine☆122Updated 3 years ago
- 一个基于muduo库的rpc分布式微服务框架☆14Updated 2 years ago
- ShaunDB is a distributed key-value database by myself design.It is intended to satisfy my thesis implementation of the lsm tree, and to g…☆25Updated last year
- Build your own VectorDB with C++☆22Updated 4 months ago
- DIY a asynchronous IO framework base on coroutine☆12Updated last year
- JSON parser/generator in C++17☆16Updated 6 years ago
- TinyKV-2022,个人代码及文档,项目最终得分98.46。☆84Updated last year
- C++高性能网络服务器☆75Updated 4 years ago
- 基于分布式的文件解析系统☆8Updated 5 years ago
- ☆18Updated 2 years ago
- 这是一个基于Linux平台,C++编写的分布式系统。服务器端采用了线程池+Libevent的IO模型,并为其实现了简单的负载均衡。服务器端业务层使用了MVC的设计模式。数据存储方面对MySQL数据库C-API进行了C++的类封装。为了实现服务器集群的负载均衡,实现了以一致性…☆77Updated 2 years ago