xuzhezhaozhao / leveldb
推荐一个学习C++的方法,适合有一定基础的同学。先读effective c++,一天能搞定(从c转读第二版,从java等转读第三版),然后读google c++ style。再是看leveldb代码(http://t.cn/aYyqjo 多谢@apc2 推荐),Sanjay和Jeff所写,简短完备,非常优美,完美阐述前两者所列的原则。
☆126Updated 8 years ago
Related projects ⓘ
Alternatives and complementary repositories for leveldb
- leveldb源码阅读和重写,重写的过程中加上注释方便理解。☆216Updated 6 years ago
- 极客班C++专业样本项目资源库☆41Updated 9 years ago
- LevelDB 源码剖析☆179Updated 5 years ago
- 程序员代码面试指南C++版,更新中☆117Updated 5 years ago
- mit-6.824-2012☆42Updated 9 years ago
- muduo v1.0.4的注释版☆90Updated 9 years ago
- stl源码剖析(侯捷)的学习笔记☆138Updated 8 years ago
- ☆488Updated 7 years ago
- 学习STL过程,自己实现的STL代码☆196Updated 7 years ago
- UNIX网络编程 卷1:套接字联网API(第3版)源代码☆163Updated 5 years ago
- ☆146Updated last year
- 对redis做了简化,方便理解源码,redis拥有很漂亮的c风格的代码,值得一读.☆125Updated 7 years ago
- 数据库引擎开发课程☆125Updated 4 years ago
- CSAPP网站上的9个labs☆254Updated 11 years ago
- 一个学习Apue的仓库,对于每一章节的学习代码会上传下来,包含一些遇到的问题,以及解决的 一些问题,也包括了一路走来,的成长点滴,在后期后加上我的 博客地址,来记录学习的点滴、☆445Updated 6 years ago
- A C++11 implementation of Redis Server, including cluster, use Leveldb for persist storage☆182Updated last year
- ☆18Updated 4 years ago
- libevent library reimplemented with c++☆42Updated 4 years ago
- A mini database implementation.☆227Updated last year
- gitchat 《C++ 多线程编程详解》课程源码☆38Updated 4 years ago
- The tiny bitcask storage engine☆114Updated 5 years ago
- 操作系统真象还原☆116Updated 7 months ago
- 一个简单的http服务器 python CGI 非常适合新手学习☆69Updated 7 years ago
- 阅读《Head First 设计模式》过程中,以C++代码的方式写出各种模式实现示例,便于理解应用。☆52Updated 2 years ago
- 简易的http服务器☆128Updated 9 years ago
- LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.☆70Updated 2 years ago
- C++11 实现的简易版 STL☆220Updated 7 years ago
- Building ucore OS step by step☆153Updated 9 years ago
- ☆46Updated 10 years ago
- An C++ implementation of RAFT consensus algorithm based on jrpc☆76Updated 6 years ago