leveldb源码阅读和重写,重写的过程中加上注释方便理解。
☆222Dec 18, 2017Updated 8 years ago
Alternatives and similar repositories for leveldb
Users that are interested in leveldb are comparing it to the libraries listed below
Sorting:
- 详细且纯粹的leveldb源码注解,注解总结链接:☆35Jan 28, 2018Updated 8 years ago
- rocksdb-6.1.2 KV存储引擎源码中文注释分析,后期与mongodb默认KV存储引擎wiredtiger进行原理与性能比较,近期持续更新☆125Jan 4, 2025Updated last year
- LevelDB 源码剖析☆181Apr 6, 2019Updated 6 years ago
- leveldbd是一个nosql数据库,底层使用leveldb作为存储引擎,提供REST接口☆12Jun 18, 2015Updated 10 years ago
- 推荐一个学习C++的方法,适合有一定基础的同学。先读effective c++,一天能搞定(从c转读第二版,从java等转读第三版),然后读google c++ style。再是看leveldb代码(http://t.cn/aYyqjo 多谢@apc2 推荐),Sanjay…☆129Aug 25, 2016Updated 9 years ago
- Analysis leveldb source code step by step☆368Nov 11, 2024Updated last year
- Distributed In-Memory Index 分布式内存索引☆329Nov 23, 2018Updated 7 years ago
- 图解leveldb源码和中文注释。抱歉,技术博客怕以生活中的内容举例子的内容被小人部分截图举报利用,已一键全部删帖。☆193Feb 13, 2019Updated 7 years ago
- A high-performance, concurrent hash table☆25Dec 15, 2013Updated 12 years ago
- The PebblesDB write-optimized key-value store (SOSP 17)☆521Apr 16, 2024Updated last year
- muduo v1.0.4的注释版☆93Sep 20, 2015Updated 10 years ago
- leveldb 源码阅读,分析 DB 运作流程与 WAL、SSTable 等文件格式与 Compaction 过程。☆595Sep 24, 2021Updated 4 years ago
- 每次分享活动相关的材料☆10Nov 3, 2014Updated 11 years ago
- leveldb阅读☆12Mar 5, 2018Updated 8 years ago
- myrocks and rocksdb source code analysis(myrocks/rocksdb源码解析)☆81Oct 23, 2020Updated 5 years ago
- 中间件、高性能服务器、分布式存储等(redis、memcache、nginx、大容量redis pika、rocksdb、mongodb、wiredtiger存储引擎、高性能代理中间件)二次开发、性能优化,逐步整理文档说明并配合demo指导--每周末定时更新2-3篇技术文章…☆733Oct 31, 2024Updated last year
- Paxos algorithm demo,from mit 6.824 lab 3☆26Aug 10, 2016Updated 9 years ago
- 基于LevelDB的改进☆30Aug 4, 2019Updated 6 years ago
- 知名开源代码库的注释版:C++、Golang等☆1,380Feb 25, 2023Updated 3 years ago
- 分布式NOSQL redis源码阅读中文分析注释,带详尽注释以及相关流程调用注释,提出改造点,redis cluster集群功能、节点扩容、槽位迁移、failover故障切换、一致性选举完整分析,对理解redis源码很有帮助,解决了source insight中文注释乱码问…☆690Aug 22, 2021Updated 4 years ago
- MIT 6.824 Lab 2012(C++)☆30Mar 13, 2013Updated 12 years ago
- 即时通讯,支持单聊,群聊☆11Sep 15, 2020Updated 5 years ago
- A C++11 implementation of Redis Server, including cluster, use Leveldb for persist storage☆208Jul 31, 2023Updated 2 years ago
- A buffered-tree implemented in dictionary type and more☆75Apr 29, 2013Updated 12 years ago
- An C++ serialization library☆10May 22, 2015Updated 10 years ago
- Caffe 源码注释☆15Aug 15, 2017Updated 8 years ago
- kimgbo是muduo网络库的重构版本☆136Feb 5, 2018Updated 8 years ago
- An industrial-grade C++ implementation of RAFT consensus algorithm based on brpc, widely used inside Baidu to build highly-available dis…☆4,201Oct 25, 2024Updated last year
- Common library☆133Jun 29, 2017Updated 8 years ago
- LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.☆38,863Jan 30, 2025Updated last year
- AxeDB - the distributed nosql storage built on Raft and compatibled with redis protocol,it provided tunable consistency and CDC,also supp…☆11Jun 20, 2023Updated 2 years ago
- 清华学神翻译注释版比特币C++源码☆14Jan 24, 2019Updated 7 years ago
- The tiny bitcask storage engine☆114Dec 8, 2018Updated 7 years ago
- Web Server based on Boost asio☆22Dec 28, 2019Updated 6 years ago
- Too young. Too simple. Sometimes naive. A SQL DBMS as a course project.☆18Feb 9, 2016Updated 10 years ago
- iNexus, coordinate large scale services☆215Oct 26, 2020Updated 5 years ago
- Map Reduce infrastructure lite using c++11 and gRPC☆22Dec 4, 2016Updated 9 years ago
- A C++11 RPC framework based on future and protobuf, with utility: timer,ssl,future/promise,log,coroutine,etc☆551May 30, 2024Updated last year
- nginx-1.14.0版本的源码分析☆15Mar 30, 2020Updated 5 years ago