go_weekly_2025-11-12

2025-11-05 00:00

原文链接

精选

1. I’m Independently Verifying Go’s Reproducible Builds

第三方独立验证Go工具链的可重现构建,增强安全性和系统健壮性。


2. Claude Code Can Debug Low-Level Cryptography

AI工具成功发现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

提供通用通道操作的chans包,简化并发管道构建。


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

探讨SOLID原则中的接口隔离在Go语言中的应用和实现。


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. switch Statements in Go

Go语言中switch语句的使用技巧和最佳实践指南。