Golang Weekly

RSS: https://golangweekly.com/rss/
一份关于 Go 编程语言的每周通讯

Go 周刊第614期:Go 1.27 将至,AI 辅助编程与高性能数据分析

Go Weekly 第614期周刊,涵盖 Go 1.27 即将发布、Go 被 Google 工程师推荐为 AI 辅助软件工程理想语言、CERN 用 Postgres+TimescaleDB 处理大型强子对撞机数据(存储减少95%、查询快40%)等资讯,以及 PGO 优化、Yzma 无 CGo 集成 llama.cpp、Go 1.28 集合类型提案等内容。
评论点赞收藏2 天前

An interactive tour of Go 1.27

#​613 — August 7, 2026 Read the Web Version Go Weekly An Interactive Tour of Go 1.27 — Anton Zhiyanov made interactive tours for Go 1.22 through 1.26 but decided to stop. Jesús Espino has picked up th...
评论点赞收藏9 天前

Go 周报:1.28 泛型集合提案与 GC 内存回收深度解析

Go 1.28 计划引入泛型集合类型,本周还有 GC 内存回收机制深度解析。Go 团队提出泛型集合提案,涵盖 Set、有序 Map 和二进制堆等数据结构。Go 1.27 预计数周内发布。Phil Eaton 实测发现 Go 按大小分块布局对象且不移动,释放 90% 对象可能几乎不回收内存。AgentField 开源 PR 审查工具在 Code-Review-Bench 上超越闭源模型,成本仅为其十分之一。
评论点赞收藏16 天前

Go 周报第611期:无法终止的 goroutine 与社区动态

Go 社区周报汇总近期动态:ML 框架、崩溃恢复、内存优化。 GoMLX 框架新增 SIMD 支持和 Hugging Face 模型;River v0.40 提出 Erlang 风格"let it crash"处理 goroutine 卡死问题;实测发现一行切片 prepend 代码分配了 687GB 内存;GoLand 2026.2 新增逃逸分析可视化工具;oapi-codegen 2.8 支持 OpenAPI 3.1;Google 发布 Go 版 Agent Development Kit 2.1。
评论点赞收藏23 天前

Compile-time OpenTelemetry instrumentation for Go

#​610 — July 17, 2026 Read the Web Version Go Weekly How I Use HTMX to Build Go Webapps — A practical walkthrough of using htmx (think AJAX-style updates driven by HTML attributes) with Go. Opinionate...
评论点赞收藏30 天前

How Go makes TypeScript's compiler 10x faster

#​609 — July 10, 2026 Read the Web Version Go Weekly From TypeScript 7's Go Rewrite to Go as an Agentic Language — The 10x faster, Go-powered TypeScript 7.0 compiler was released this week, and former...
评论点赞收藏37 天前

登录芦苇

登录后关注作者、收藏内容和参与讨论。