中间件、高性能服务器、分布式存储等(redis、memcache、nginx、大容量redis pika、rocksdb、mongodb、wiredtiger存储引擎、高性能代理中间件)二次开发、性能优化,逐步整理文档说明并配合demo指导--每周末定时更新2-3篇技术文章及程序demo
☆733Oct 31, 2024Updated last year
Alternatives and similar repositories for middleware_development_learning
Users that are interested in middleware_development_learning are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 分布式文档数据库mongodb-3.6(mongos、mongod、wiredtiger存储引擎)源码中文注释分析,持续更新。后期重点进行mongodb-4.4最新版本内核源码分析☆524Oct 21, 2022Updated 3 years ago
- rocksdb-6.1.2 KV存储引擎源码中文注释分析,后期与mongodb默认KV存储引擎wiredtiger进行原理与性能比较,近期持续更新☆125Jan 4, 2025Updated last year
- 分布式NOSQL redis源码阅读中文分析注释,带详尽注释以及相关流程调用注释,提出改造点,redis cluster集群功能、节点扩容、槽位迁移、failover故障切换、一致性选举完整分析,对理解redis源码很有帮助,解决了source insight中文注释乱码问…☆690Aug 22, 2021Updated 4 years ago
- 文档数据库mongodb kv存储引擎wiredtiger源码详细分析注释☆68Jul 1, 2025Updated 8 months ago
- linux内核网络协议栈源码阅读分析注释--带详尽中文分析注释以及相关流程分析调用注释,对理解分析内核协议栈源码很有帮助☆1,246Dec 24, 2020Updated 5 years ago
- nginx-1.9.2源码通读分析注释,带详尽函数中文分析注释以及相关函数流程调用注释,最全面的nginx源码阅读分析中文注释,更新完毕☆4,208Jul 26, 2021Updated 4 years ago
- docker-17.05.0 containerd opencontainers/runc lxc mesos源码中文注释详细分析,带详细注释说明,学习容器技术很有帮助,近期持续更新☆64Jul 22, 2020Updated 5 years ago
- 服务器时延统计工具,在原有功能基础上,增加时延阈值统计,记录超过阈值的包个数,并把数据包时间戳记录到日志文件,这样可以根据时间戳快速定位到抓包文件中对应的包,从而可以快速定位到大时延包,避免了人肉搜索抓包文件,提高问题排查效率,所有参数可配置。可以以在线方式和离线方式分析r…☆165Feb 5, 2021Updated 5 years ago
- redis、memcached缓存代理twemproxy源码详细分析注释,带详尽中文注释及函数调用关系☆54Dec 24, 2020Updated 5 years ago
- 阿里巴巴分布式消息队列中间件rocketmq-3.4.6源码分析、中文详细注释,停止更新☆194Apr 7, 2019Updated 6 years ago
- quic、prot_quic、goquic、libquic源码中文注释分析,增加C++ quic-client和quic-server example 程序,便于快速掌握学习谷歌quic库源码和学习quic协议,作为新的网络加速协议,可以根据实际需要应用于自己的工程项目中。…☆314Nov 2, 2022Updated 3 years ago
- 带有详细注释的 Redis 3.0 代码(annotated Redis 3.0 source code)。☆10,205Aug 26, 2023Updated 2 years ago
- 分布式文档数据库mongodb-4.4(mongos、mongod、wiredtiger存储引擎)源码中文注释分析,近期持续更新(近期重点)☆118Dec 13, 2022Updated 3 years ago
- leveldb源码阅读和重写,重写的过程中加上注释方便理解。☆221Dec 18, 2017Updated 8 years ago
- An industrial-grade C++ implementation of RAFT consensus algorithm based on brpc, widely used inside Baidu to build highly-available dis…☆4,207Oct 25, 2024Updated last year
- libco is a coroutine library which is widely used in wechat back-end service. It has been running on tens of thousands of machines since…☆8,685Mar 7, 2024Updated 2 years ago
- Raft一致性算法论文的中文翻译☆6,281Apr 23, 2024Updated last year
- 单线程用户态TCP/IP协议栈,epoll实现,包含服务器案例,并发测试案例☆743Apr 7, 2025Updated 11 months ago
- Annotated Nginx Source(中文)☆622Sep 11, 2024Updated last year
- HTTP/2库nghttp2源码中文注释分析, 后期不在更新,。停止分析nghttp2库主要原因:冗余代码太多,可读性差。如果想了解HTTP2代码实现过程,可以参考工程: reading-code-of-nginx-1.9.2;如果想学习quic实现过程,可以参考工程:re…☆43Dec 24, 2020Updated 5 years ago
- 知名开源代码库的注释版:C++、Golang等☆1,378Feb 25, 2023Updated 3 years ago
- MIT课程《Distributed Systems 》学习和翻译☆2,757Feb 8, 2020Updated 6 years ago
- brpc is an Industrial-grade RPC framework using C++ Language, which is often used in high performance system such as Search, Storage, Mac…☆17,471Mar 16, 2026Updated last week
- Go source code analysis(zh-cn)☆4,040Jul 18, 2022Updated 3 years ago
- Cetus is high-performance middleware designed to provide transparent routing between your application and backend MySQL servers.☆1,249Oct 26, 2024Updated last year
- 分布式文档数据库mongodb-5.0(mongos、mongod、wiredtiger存储引擎)源码中文注释分析,近期持续更新(近期重点)☆55Jul 8, 2025Updated 8 months ago
- 采集网络上优秀的systemtap学习资源☆296May 3, 2020Updated 5 years ago
- Pikiwidb is a Redis-Compatible database developed by Qihoo's infrastructure team.☆6,115Mar 9, 2026Updated 2 weeks ago
- 📚 Go: Under The Hood | Go 语言原本 | https://golang.design/under-the-hood☆4,351Oct 17, 2023Updated 2 years ago
- 🔥简洁易用的C++11网络库 / 支持单机千万并发连接 / a simple C++11 network server framework☆4,733Aug 19, 2023Updated 2 years ago
- Distributed object storage server from Douban Inc.☆450Apr 2, 2024Updated last year
- Weekly Go Online Meetup via Bilibili|Go 夜读|通过 bilibili 在线直播的方式分享 Go 相关的技术话题,每天大家在微信/telegram/Slack 上及时沟通交流编程技术话题。☆12,303Mar 10, 2026Updated last week
- 《Go语言高级编程》开源图书,涵盖CGO、Go汇编语言、RPC实现、Protobuf插件实现、Web框架实现、分布式系统等高阶主题(完稿)☆20,052Oct 7, 2025Updated 5 months ago
- A RocksDB compatible KV storage engine with better performance☆2,142Aug 25, 2025Updated 6 months ago
- 纯c版本的协程实现,汇编切换,调度器实现,包含服务器端案例,客户端并发测试案例☆941Nov 29, 2024Updated last year
- 学习redis源码过程笔记、问题记录,通过代码阅读熟悉分布式NOSQL数据库redis cluster集群功能、主从复制,节点扩容、槽位迁移、failover故障切换、一致性选举完整分析,对理解redis源码很有帮助☆27Oct 9, 2017Updated 8 years ago
- 极客时间《Linux 性能优化实战》案例☆1,119Jan 6, 2023Updated 3 years ago
- 高性能的分布式的专门空间优化的 Bitmap 服务, 高效检查数据是否存在,日活统计,签到,打点等等☆188Aug 13, 2020Updated 5 years ago
- 一个基于reactor模式的Linux/C++网络库,支持one loop per thread机制。☆193Apr 14, 2020Updated 5 years ago