xuzhezhaozhao / leveldbLinks
推荐一个学习C++的方法,适合有一定基础的同学。先读effective c++,一天能搞定(从c转读第二版,从java等转读第三版),然后读google c++ style。再是看leveldb代码(http://t.cn/aYyqjo 多谢@apc2 推荐),Sanjay和Jeff所写,简短完备,非常优美,完美阐述前两者所列的原则。
☆129Updated 9 years ago
Alternatives and similar repositories for leveldb
Users that are interested in leveldb are comparing it to the libraries listed below
Sorting:
- leveldb源码阅读和重写,重写的过程中加上注释方便理解。☆223Updated 8 years ago
- 极客班C++专业样本项目资源库☆40Updated 10 years ago
- 学习STL过程,自己实现的STL代码☆196Updated 8 years ago
- UNIX网络编程 卷1:套接字联网API(第3版)源代码☆167Updated 6 years ago
- 对redis做了简化,方便理解源码,redis拥有很漂亮的c风格的代码,值得一读.☆128Updated 8 years ago
- stl源码剖析(侯捷)的学习笔记☆142Updated 9 years ago
- ☆493Updated 9 years ago
- a mini implementation of muduo☆129Updated 11 years ago
- muduo v1.0.4的注释版☆93Updated 10 years ago
- 程序员代码面试指南C++版,更新中☆118Updated 6 years ago
- 阅读《Head First 设计模式》过程中,以C++代码的方式写出各种模式实现示例,便于理解应用。☆51Updated 3 years ago
- codes of linux programing (线程池,IO复用,进程间通信等)☆57Updated 9 years ago
- 数据库引擎开发课程☆133Updated 5 years ago
- The Annotated SGI STL Sources☆108Updated 10 years ago
- 简易的http服务器☆128Updated 10 years ago
- 学习C++,学习linux编程,学习网络编程,学习reactor网络模型,自己实现一遍练手;☆374Updated 8 years ago
- A C++11 implementation of Redis Server, including cluster, use Leveldb for persist storage☆208Updated 2 years ago
- mit-6.824-2012☆42Updated 10 years ago
- ☆46Updated 11 years ago
- 《Head First设计模式 》学习代码,使用C++实现☆72Updated 10 years ago
- Multithreaded network library in C++17☆93Updated 3 years ago
- Linux API速查手册(https://github.com/guodongxiaren/LinuxAPI/wiki)☆168Updated 5 years ago
- linux网络编程框架(C++)基于Reactor事件机制,支持线程池,异步非阻塞,高并发,高性能☆85Updated 3 years ago
- Unix网络编程源代码添加注释☆51Updated 4 years ago
- LevelDB 源码剖析☆181Updated 6 years ago
- mini分布式key-value存储引擎,主要涵盖: RPC,一致性Hash,master-slave-client架构,心跳机制等基本已经实现,主备结构, 数据迁移,数据副本等一些分布式主要功能将在以后添加☆18Updated 10 years ago
- TCP/IP网络编程☆165Updated 7 years ago
- C++11 实现的简易版 STL☆227Updated 8 years ago
- An C++ implementation of RAFT consensus algorithm based on jrpc☆79Updated 7 years ago
- SGI STL源码-注释版☆76Updated 6 years ago