2025-11-05 00:00
精选
1. I’m Independently Verifying Go’s Reproducible Builds
第三方独立验证Go工具链的可重现构建,增强安全性和系统健壮性。
2. Claude Code Can Debug Low-Level Cryptography
AI助手Claude Code成功发现后量子签名算法ML-DSA实现中的复杂底层bug。
3. How We Saved 70% CPU and 60% Memory in Refinery’s Go Code
通过优化避免不必要操作,显著降低Refinery项目的CPU和内存消耗。
4. Chans: Building Blocks for Idiomatic Go Pipelines
提供通用通道操作库,简化并发流水线构建,支持过滤、映射等操作。
5. Livecore: A Low-Pause Core File Dumper for Linux Processes
Brad Fitzpatrick开发的Linux进程核心文件转储工具,暂停时间极短。
其它
1. Dependency Management in Database Design
Dolt数据库系统在76.2万行Go代码中的模块化架构和依赖管理实践。
2. Revisiting Interface Segregation in Go
重新探讨Go语言中的接口隔离原则,SOLID设计原则的应用。
3. go-sqlite3: Go Bindings to SQLite Using Wazero
基于Wazero的无cgo SQLite绑定,通过WebAssembly运行SQLite。
4. docxgo: A Library for Manipulating Microsoft Word Documents
操作Microsoft Word文档的Go库,提供基础文档处理功能。
5. progjpeg: image/jpeg But With Progressive Encoding Support
支持渐进式编码的JPEG图像处理库,填补官方包功能空白。
6. Concord: A Resilient Chord Implementation in Go
Go实现的弹性Chord分布式哈希表机制,支持P2P网络。
7. Rendering an Animated Plasma Effect with Ebiten
使用Ebiten游戏引擎渲染动画等离子效果的实现方法。