惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

阮一峰的网络日志
阮一峰的网络日志
The GitHub Blog
The GitHub Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
雷峰网
雷峰网
U
Unit 42
Y
Y Combinator Blog
I
InfoQ
P
Proofpoint News Feed
Engineering at Meta
Engineering at Meta
量子位
Microsoft Security Blog
Microsoft Security Blog
B
Blog
The Cloudflare Blog
F
Fortinet All Blogs
Google DeepMind News
Google DeepMind News
MyScale Blog
MyScale Blog
C
Check Point Blog
S
SegmentFault 最新的问题
爱范儿
爱范儿
博客园 - 叶小钗
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Hugging Face - Blog
Hugging Face - Blog
罗磊的独立博客
T
Tailwind CSS Blog

A/B's Blog

自制操作系统(36):kilo移植,tty能力加强 – A/B's Blog vllm源码阅读:scheduler与pd分离 – A/B's Blog 自制操作系统(35):Ext2文件系统驱动——写入支持 – A/B's Blog vLLM vs SGLang 性能实测:5090、Qwen2.5 7B、吞吐与 p99 延迟 – A/B's Blog 自制操作系统(34):Ext2文件系统驱动——目录遍历,路径分量解析,块、inode分配器,缓存刷新 – A/B's Blog 从 static batching 到 continuous batching:一文看懂 LLM 推理吞吐量优化 – A/B's Blog 初探ollama源码 – A/B's Blog 自制操作系统(33):Ext2文件系统驱动——inode解析,打开、读取文件 – A/B's Blog 从Attention讲到如何计算你家的显卡能塞下多大的大模型 – A/B's Blog PagedAttention 是什么?从 OS 分页机制看懂 vLLM 的吞吐量优化 – A/B's Blog 自制操作系统(32):Ext2文件系统驱动——Ext2挂载,超级块解析 – A/B's Blog 自制操作系统(31):Ext2文件系统驱动——ATA PIO驱动读写扇区,块设备抽象 – A/B's Blog WSL下启动的VSCode,Cline、Roo code等插件无法访问网络的问题 – A/B's Blog 自制操作系统(28):TCP(五)——HTTP、TELNET – A/B's Blog
zmoe.com
B分之A 这家伙很懒,什么都没写 返回 · 2026-05-14 · via A/B's Blog
自制操作系统(29):UDP 今天我们来写UDP,并用UDP来适配DNS协议。 UDP UDP其实就是简化版的TCP,没有状态机,但还是会有一个哈希表来关联socket和网络数据。 报文 0 15 16 31 +---…