TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Go 1.15 Released

4 点作者 dawkins将近 5 年前

2 条评论

thesephist将近 5 年前
This release makes some pretty meaningful improvements to the linker, making it both more efficient (in memory and CPU) and making generated binaries smaller.<p>&gt;The key contributors to better linker performance are a newly redesigned object file format, and a revamping of internal phases to increase concurrency (for example, applying relocations to symbols in parallel). Object files in Go 1.15 are slightly larger than their 1.14 equivalents. &gt; &gt;These changes are part of a multi-release project to modernize the Go linker, meaning that there will be additional linker improvements expected in future releases.
microp将近 5 年前
awesome!