2025-11-05 00:00
精选
1. I’m Independently Verifying Go’s Reproducible Builds
第三方独立验证Go 1.21+工具链的可重现构建,增强安全性和可信度。
2. Claude Code Can Debug Low-Level Cryptography
AI工具Claude Code成功发现Go实现的ML-DSA后量子签名算法中的复杂底层bug。
3. How We Saved 70% CPU and 60% Memory in Refinery’s Go Code
通过优化避免不必要操作,显著提升Go应用性能的实战经验分享。
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绑定,提供database/sql兼容接口。
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游戏引擎渲染动画等离子效果的实现方法。
8. Bubble Tea 2.0 Release Candidate
流行TUI框架Bubble Tea 2.0发布候选版,包含重大导入路径变更。