# AnnotatedCode **Repository Path**: Student2711/AnnotatedCode ## Basic Information - **Project Name**: AnnotatedCode - **Description**: 知名开源代码库的注释版,包括libco、coroutine、muduo等 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2020-05-10 - **Last Updated**: 2022-02-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 知名开源项目 - 注释版 [![](https://badgen.net/badge/icon/Blog?icon=rss&label)](https://www.cyhone.com/) 本仓库是个人在阅读开源代码时,对代码所作的注释和部分讲解。 | 项目名称 | 开发语言 | 注释版 | 原地址 | 博客 | | ------| ------ | ------ | ------ | ------ | | libco | C++ |[注释版](https://github.com/chenyahui/annotated_code/tree/master/libco)| [原地址](https://github.com/Tencent/libco)|[微信libco协程库源码分析](http://www.cyhone.com/articles/analysis-of-libco/) | | coroutine | C |[注释版](https://github.com/chenyahui/annotated_code/tree/master/coroutine)|[原地址](https://github.com/cloudwu/coroutine)| [云风coroutine协程库源码分析](http://www.cyhone.com/articles/analysis-of-cloudwu-coroutine/) | | libevent | C |[注释版](https://github.com/chenyahui/annotated_code/tree/master/libevent)| [原地址](https://github.com/libevent/libevent)| 暂无 | | sofa-pbrpc | C++ |[注释版](https://github.com/chenyahui/annotated_code/tree/master/sofa-pbrpc)| [原地址](https://github.com/baidu/sofa-pbrpc)|暂无 | | muduo | C++ |[注释版](https://github.com/chenyahui/annotated_code/tree/master/muduo)|[原地址](https://github.com/chenshuo/muduo) |[muduo源码剖析](http://www.cyhone.com/articles/analysis-of-muduo/) | | flinter | C++| [注释版](https://github.com/chenyahui/annotated_code/tree/master/flinter) |[原地址](https://github.com/yiyuanzhong/flinter) |暂无| | go/x/time/rate| Golang |[注释版](https://github.com/chenyahui/AnnotatedCode/tree/master/go/x/time)|[原地址](https://github.com/golang/time)|[Golang限流器time/rate实现剖析](https://www.cyhone.com/articles/analisys-of-golang-rate/)| | Redis | C |[注释版](https://github.com/chenyahui/AnnotatedCode/tree/master/redis-5.0)|[原地址](https://github.com/antirez/redis)|[Redis事件循环器(AE)实现剖析](https://www.cyhone.com/articles/analysis-of-redis-ae/)|