本文會持續更新, 我希望通過這篇文章把我看到過的優秀開源項目記錄下來, 有時間仔細閱讀.
cockroachdb 前googler開發的開源的spanner數據庫: https://github.com/cockroachdb/cockroach
log4cplus 輕量級c++日志庫: https://github.com/log4cplus/log4cplus
sofa-pbrpc 基於protobuf的rpc庫, 我負責的項目: https://github.com/BaiduPS/sofa-pbrpc
google leveldb 經典: https://github.com/google/leveldb
微軟的rDSN, 目標和我之前負責的sofa項目出奇的相似, 不過實現的更優雅, 功能更強大: https://github.com/Microsoft/rDSN
google的grpc, 基於protobuf的開源rpc, 支持多種編程語言: https://github.com/grpc/grpc
google的protobuf, 非常經典, 強烈建議做c++的同學閱讀源代碼: https://github.com/google/protobuf