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.

Simpler and faster GC for Go

190 pointsby xkarga00almost 11 years ago

6 comments

cottonseedalmost 11 years ago
Slightly off topic, but is there a good (i.e., fast and easy to use) modern retargetable GC for language prototyping/implementation? I've been looking for something like this for a while, but it seems everyone rolls their own.
评论 #8049955 未加载
评论 #8051216 未加载
评论 #8049836 未加载
评论 #8050064 未加载
评论 #8049791 未加载
评论 #8050975 未加载
majkealmost 11 years ago
&gt; <i>GC scanning and marking phase is 10-20% faster for programs with large number of small objects.</i><p>Which is most programs. Hurray, changes in good direction.
评论 #8047027 未加载
k0t0n0almost 11 years ago
God of Speed <i>Dmitry Vyukov</i>.
评论 #8046962 未加载
评论 #8047555 未加载
评论 #8050708 未加载
评论 #8056969 未加载
signa11almost 11 years ago
debugging performance issues: <a href="https://software.intel.com/en-us/blogs/2014/05/10/debugging-performance-issues-in-go-programs" rel="nofollow">https:&#x2F;&#x2F;software.intel.com&#x2F;en-us&#x2F;blogs&#x2F;2014&#x2F;05&#x2F;10&#x2F;debugging-...</a>
评论 #8049327 未加载
smrzalmost 11 years ago
Pro-tip for google docs: you can use &#x2F;preview instead of &#x2F;pub to get a much more readable version of the document (pagination, &amp;c.).
kristianpalmost 11 years ago
No mention of a generational collector. The word concurrent is in there though.
评论 #8047223 未加载
评论 #8048136 未加载