owenliang / leveldbLinks
LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.
☆35Updated last year
Alternatives and similar repositories for leveldb
Users that are interested in leveldb are comparing it to the libraries listed below
Sorting:
- practical C programming skill☆56Updated 11 months ago
- A C++17-based lightweight high-performance network library☆265Updated 2 years ago
- A small Key-Value storage engine written in C++.☆110Updated 2 years ago
- leveldb 源码阅读,分析 DB 运作流程与 WAL、SSTable 等文件格式与 Compaction 过程。☆594Updated 4 years ago
- Writing a sqlite clone from scratch in C++☆134Updated 3 years ago
- 高性能的c++日志库☆71Updated 4 years ago
- ☆263Updated 4 years ago
- C++20 Coroutine Library for Education Purpose (WIP)☆261Updated 9 months ago
- A distributed service governance framework. 分布式服务治理框架☆431Updated last year
- ☆45Updated last year
- 一个使用 cpp 语言开发的基于 bitcask 模型,兼容 Redis 数据结构的学习级别 KV 存储引擎。☆35Updated last year
- LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.☆45Updated 6 years ago
- A KV storage engine based on LSM Tree, supporting Redis RESP☆268Updated last month
- ☆45Updated 2 years ago
- C++11版本muduo网络库 除去了对boost库的依赖☆239Updated 3 years ago
- Build your own VectorDB with C++☆34Updated last year
- brpc源码分析☆346Updated 6 years ago
- A logger for c++11 or above that aims to ensure the simplicity of the API while ensuring efficiency.☆38Updated last year
- C++ 基础, 算法, 数据库,MySQL, ElasticSearch, Redis, 编程四大件, 微服务 , 中间件, ZeroMQ, 部署工具, Docker, k8s, Istio, Linux, , 实践|项目, 开源项目, 个人项目, 读书笔记, 面试题, …☆156Updated last year
- 自己实现智能指针☆102Updated 9 years ago
- TinyDB (under progress)☆67Updated 3 years ago
- a course to help you learn C++20 coroutine and liburing☆133Updated this week
- Build your own STL in one weekend☆340Updated last year
- Education purpose C++17 JSON parser, teach you how to parsing string and numeric literials, as well as using std::variant and std::option…☆75Updated last year
- 《操作系统真象还原》自写源码实现 并于CSDN上面详细记录操作系统的整个实现流程 包括Debug步骤与书籍中错误勘误 Bochs2.6.8 Gcc4.4 本书除最后三 个小功能其余全部实现 6k行左右的代码 希望能帮到各位 ^^☆77Updated 3 years ago
- A coroutine framework aimed at high-concurrency io with reasonable latency, based on io_uring.☆582Updated last year
- A generic raft library☆289Updated last year
- LevelDB 源码剖析☆181Updated 6 years ago
- notes i made while reading the papers. Including database, distributed systems and HPC.☆191Updated 3 years ago
- C++实现的小型rpc框架,帮助构建分布式rpc服务☆66Updated 2 years ago