TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Go 1.15 Released

4 pointsby dawkinsalmost 5 years ago

2 comments

thesephistalmost 5 years ago
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.
micropalmost 5 years ago
awesome!