HTTP/2库nghttp2源码中文注释分析, 后期不在更新,。停止分析nghttp2库主要原因:冗余代码太多,可读性差。如果想了解HTTP2代码实现过程,可以参考工程: reading-code-of-nginx-1.9.2;如果想学习quic实现过程,可以参考工程:reading-and-annotate-quic
☆43Dec 24, 2020Updated 5 years ago
Alternatives and similar repositories for reading-and-annotate-nghttp2
Users that are interested in reading-and-annotate-nghttp2 are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- Apache开源分布式资源管理框架mesos源码注释分析,新增mesos_framework_demo,带详细注释☆14Sep 21, 2017Updated 8 years ago
- 容器技术:lxc-1.0.9 lxcfs-2.0.0 fuse-2.8.7源码详细注释分析☆15Sep 4, 2017Updated 8 years ago
- docker-17.05.0 containerd opencontainers/runc lxc mesos源码中文注释详细分析,带详细注释说明,学习容器技术很有帮助,近期持续更新☆64Jul 22, 2020Updated 5 years ago
- quic、prot_quic、goquic、libquic源码中文注释分析,增加C++ quic-client和quic-server example 程序,便于快速掌握学习谷歌quic库源码和学习quic协议,作为新的网络加速协议,可以根据实际需要应用于自己的工程项目中。…☆313Nov 2, 2022Updated 3 years ago
- redis、memcached缓存代理twemproxy源码详细分析注释,带详尽中文注释及函数调用关系☆54Dec 24, 2020Updated 5 years ago
- Deploy on Railway without the complexity - Free Credits Offer • AdConnect your repo and Railway handles the rest with instant previews. Quickly provision container image services, databases, and storage volumes.
- memcached源码详细分析注释,带详尽中文注释及函数调用关系,更新 完毕☆61Dec 24, 2020Updated 5 years ago
- ☆11Aug 11, 2016Updated 9 years ago
- cdn 解决最优网络流传输分配的服务器选点问题☆11Nov 11, 2018Updated 7 years ago
- rocksdb-6.1.2 KV存储引擎源码中文注释分析,后期与mongodb默认KV存储引擎wiredtiger进行原理与性能比较,近期持续更新☆125Jan 4, 2025Updated last year
- 服务器时延统计工具,在原有功能基础上,增加时延阈值统计,记录超过阈值的包个数,并把数据包时间戳记录到日志文件,这样可以根据时间戳快速定位到抓包文件中对应的包,从而可以快速定位到大时延包,避免了人肉搜索抓包文件,提高问题排查效率,所有参数可配置。可以以在线方式和离线方式分析r…☆165Feb 5, 2021Updated 5 years ago
- ☆19Mar 3, 2019Updated 7 years ago
- 分布式NOSQL redis源码阅读中文分析注 释,带详尽注释以及相关流程调用注释,提出改造点,redis cluster集群功能、节点扩容、槽位迁移、failover故障切换、一致性选举完整分析,对理解redis源码很有帮助,解决了source insight中文注释乱码问…☆686Aug 22, 2021Updated 4 years ago
- ☆32Jan 15, 2019Updated 7 years ago
- TeamTalk☆16Mar 25, 2015Updated 11 years ago
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- C++11 curl library for using both blocking and asynchronous curl requests. Supports both openFrameworks and cinder.☆12Jan 17, 2021Updated 5 years ago
- nginx-1.9.2源码通读分析注释,带详尽函数中文分析注释以及相关函数流程调用注释,最全面的nginx源码阅读分析中文注释,更新完毕☆4,200Jul 26, 2021Updated 4 years ago
- nginx-0.11源码解析☆19Nov 12, 2019Updated 6 years ago
- Repository of UML diagrams generated using clang-uml☆14Mar 5, 2025Updated last year
- Distributed service governance framework based on c/c++, including service registration, service discovery, unified configuration, messag…☆22Feb 26, 2019Updated 7 years ago
- MPEG-TS (ISO/IEC 13818-1) Demultiplexer☆12Nov 26, 2023Updated 2 years ago
- 分布式文档数据库mongodb-3.6(mongos、mongod、wiredtiger存储引擎)源码中文注释分析,持续更新。后期重点进行mongodb-4.4最新版本内核源码分析☆524Oct 21, 2022Updated 3 years ago
- Quant量化交易系统,基于六边形架构和领域驱动设计☆13Jan 24, 2025Updated last year
- N2N 一款全新架构的P2P VPN☆28Aug 2, 2015Updated 10 years ago
- Managed Kubernetes at scale on DigitalOcean • AdDigitalOcean Kubernetes includes the control plane, bandwidth allowance, container registry, automatic updates, and more for free.
- 底层实现traceroute功能,目前在mac os、linux和Android平台经过测试,未采用其他库,移植性比较好☆20Mar 4, 2019Updated 7 years ago
- NebulaBootstrap provides service for developers to quickly build a distributed systems (including configuration management, service disco…☆20Jan 18, 2022Updated 4 years ago
- server based on boost☆18Nov 11, 2019Updated 6 years ago
- sphinx search engine with jieba tokenizer☆21Jun 2, 2017Updated 8 years ago
- 使用C语言实现ping功能,移植性较好☆22Nov 15, 2018Updated 7 years ago
- discover device and open rtsp url☆19May 10, 2019Updated 7 years ago
- linux内核网络协议栈源码阅读分析注释--带详尽中文分析注释以及相关流程分析调用注释,对理解分析内核协议栈源码很有帮助☆1,245Dec 24, 2020Updated 5 years ago
- 中间件、高性能服务器、分布式存储等(redis、memcache、nginx、大容量redis pika、rocksdb、mongodb、wiredtiger存储引擎、高性能代理中间件)二次开发、性能优化,逐步整理文档说明并配合demo指导--每周末定时更新2-3篇技术文章…☆732Oct 31, 2024Updated last year
- a quant framework☆11Jan 7, 2025Updated last year
- Deploy open-source AI quickly and easily - Special Bonus Offer • AdRunpod Hub is built for open source. One-click deployment and autoscaling endpoints without provisioning your own infrastructure.
- DASH和fmp4相关的资料收集 && Nginx 源码解析 && Webrtc☆12Dec 29, 2018Updated 7 years ago
- Benchmark program for ForestDB, Couchstore, LevelDB, RocksDB, and WiredTiger☆33Sep 2, 2020Updated 5 years ago
- ☆13Updated this week
- tensorflow cpp compile example using tensorflow.so. Don't need to install tensorflow.☆10Oct 20, 2020Updated 5 years ago
- Apache Geode on Kubernetes☆10Oct 19, 2019Updated 6 years ago
- Github老玩家自己搭的服务器,老飞飞原版,可联机-天马座☆10May 14, 2019Updated 6 years ago
- 《深入理解Nginx模块开发与架构解析》示例源码☆39Feb 27, 2015Updated 11 years ago