Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rjl493456442/leveldb-handbook
Analysis leveldb source code step by step
https://github.com/rjl493456442/leveldb-handbook
chinese goleveldb sourcecode
Last synced: 10 days ago
JSON representation
Analysis leveldb source code step by step
- Host: GitHub
- URL: https://github.com/rjl493456442/leveldb-handbook
- Owner: rjl493456442
- License: mit
- Created: 2017-11-23T05:18:53.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-03-29T02:13:22.000Z (over 2 years ago)
- Last Synced: 2024-10-22T19:41:43.469Z (18 days ago)
- Topics: chinese, goleveldb, sourcecode
- Language: Python
- Homepage: http://leveldb-handbook.readthedocs.io/zh/latest/
- Size: 7.41 MB
- Stars: 348
- Watchers: 10
- Forks: 74
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# leveldb-handbook
Leveldb-handbook是基于goleveldb项目,为读者讲述leveldb背后的系统结构及设计原理。
作者仅是在自身阅读源码的过程中不断记录与学习,若有错误之处,欢迎大家以提交PR的方式进行更正与完善!
该项目使用readTheDoc工具进行托管,读者可以到 [这里](http://leveldb-handbook.readthedocs.io/zh/latest/)进行在线的阅读。