leveldb源码阅读和重写,重写的过程中加上注释方便理解。
☆221Dec 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. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 详细且纯粹的leveldb源码注解,注解总结链接:☆35Jan 28, 2018Updated 8 years ago
- LevelDB 源码剖析☆181Apr 6, 2019Updated 6 years ago
- 图解leveldb源码和中文注释。抱歉,技术博客怕以生活中的内容举例子的内容被小人部分截图举报利用,已一键全部删帖。☆193Feb 13, 2019Updated 7 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
- GPU virtual machines on DigitalOcean Gradient AI • AdGet to production fast with high-performance AMD and NVIDIA GPUs you can spin up in seconds. The definition of operational simplicity.
- leveldbd是一个nosql数据库,底层使用leveldb作为存储引擎,提供REST接口☆12Jun 18, 2015Updated 10 years ago
- rocksdb-6.1.2 KV存储引擎源码中文注释分析,后期与mongodb默认KV存储引擎wiredtiger进行原理与性能比较,近期持续更新☆125Jan 4, 2025Updated last year
- leveldb 源码阅读,分析 DB 运作流程与 WAL、SSTable 等文件格式与 Compaction 过程。☆593Sep 24, 2021Updated 4 years ago
- 带注释的leveldb v1.18 代码☆23Apr 13, 2017Updated 8 years ago
- The PebblesDB write-optimized key-value store (SOSP 17)☆521Apr 16, 2024Updated last year
- 基于LevelDB的改进☆30Aug 4, 2019Updated 6 years ago
- Distributed In-Memory Index 分布式内存索引☆329Nov 23, 2018Updated 7 years ago
- A high-performance, concurrent hash table☆25Dec 15, 2013Updated 12 years ago
- muduo v1.0.4的注释版☆92Sep 20, 2015Updated 10 years ago
- Managed Kubernetes at scale on DigitalOcean • AdDigitalOcean Kubernetes includes the control plane, bandwidth allowance, container registry, automatic updates, and more for free.
- Code for "SILK: Preventing Latency Spikes in Log-Structured Merge Key-Value Stores" published in USENIX ATC 19☆95Apr 12, 2023Updated 2 years ago
- leveldb阅读☆12Mar 5, 2018Updated 8 years ago
- Key Value Store based on LevelDB☆117Oct 17, 2021Updated 4 years ago
- Paxos algorithm demo,from mit 6.824 lab 3☆26Aug 10, 2016Updated 9 years ago
- A C++11 implementation of Redis Server, including cluster, use Leveldb for persist storage☆209Jul 31, 2023Updated 2 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,914Mar 11, 2026Updated 2 weeks ago
- myrocks and rocksdb source code analysis(myrocks/rocksdb源码解析)☆81Oct 23, 2020Updated 5 years ago
- 知名开源代码库的注释版:C++、Golang等☆1,378Feb 25, 2023Updated 3 years ago
- RemixDB: A read- and write-optimized concurrent KV store. Fast point and range queries. Extremely low write-amplification.☆103Mar 30, 2023Updated 2 years ago
- Bare Metal GPUs on DigitalOcean Gradient AI • AdPurpose-built for serious AI teams training foundational models, running large-scale inference, and pushing the boundaries of what's possible.
- 中间件、高性能服务器、分布式存储等(redis、memcache、nginx、大容量redis pika、rocksdb、mongodb、wiredtiger存储引擎、高性能代理中间件)二次开发、性能优化,逐步整理文档说明并配合demo指导--每周末定时更新2-3篇技术文章…☆733Oct 31, 2024Updated last year
- Caffe 源码注释☆15Aug 15, 2017Updated 8 years ago
- 即时通讯,支持单聊,群聊☆11Sep 15, 2020Updated 5 years ago
- leveldb 传☆85Nov 15, 2023Updated 2 years ago
- 每次分享活动相关的材料☆10Nov 3, 2014Updated 11 years ago
- 分布式、高并发游戏服务器,C++编写、数据库mysql、缓存redis。配置文件在config文件夹中☆15May 6, 2023Updated 2 years ago
- An industrial-grade C++ implementation of RAFT consensus algorithm based on brpc, widely used inside Baidu to build highly-available dis…☆4,207Oct 25, 2024Updated last year
- 分布式NOSQL redis源码阅读中文分析注释,带详尽注释以及相关流程调用注释,提出改造点,redis cluster集群功能、节点扩容、槽位迁移、failover故障切换、一致性选举完整分析,对理解redis源码很有帮助,解决了source insight中文注释乱码问…☆690Aug 22, 2021Updated 4 years ago
- Viper: A hybrid PMem-DRAM Key-Value Store for Persistent Memory (VLDB '21)☆78Mar 7, 2022Updated 4 years ago
- Virtual machines for every use case on DigitalOcean • AdGet dependable uptime with 99.99% SLA, simple security tools, and predictable monthly pricing with DigitalOcean's virtual machines, called Droplets.
- MIT 6.824 Lab 2012(C++)☆30Mar 13, 2013Updated 13 years ago
- 基于muduo(多线程网络服务框架)在应用层实现了RTSP服务器☆87Dec 11, 2020Updated 5 years ago
- sqlite的阅读笔记☆24Jan 1, 2023Updated 3 years ago
- A C++11 RPC framework based on future and protobuf, with utility: timer,ssl,future/promise,log,coroutine,etc☆552May 30, 2024Updated last year
- Fast on-disk persistent key-value store☆388Jul 3, 2018Updated 7 years ago
- 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
- ☆17Dec 29, 2016Updated 9 years ago