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

推荐订阅源

U
Unit 42
小众软件
小众软件
Y
Y Combinator Blog
S
SegmentFault 最新的问题
WordPress大学
WordPress大学
宝玉的分享
宝玉的分享
人人都是产品经理
人人都是产品经理
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
L
LangChain Blog
Martin Fowler
Martin Fowler
美团技术团队
B
Blog RSS Feed
GbyAI
GbyAI
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
大猫的无限游戏
大猫的无限游戏
博客园 - 司徒正美
T
Tailwind CSS Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
T
The Blog of Author Tim Ferriss
Microsoft Azure Blog
Microsoft Azure Blog
腾讯CDC
Hugging Face - Blog
Hugging Face - Blog
D
Docker
G
Google Developers 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 +---…