Go Garbage Collector/GCAssist mechanism - tutorials?

Hi all,

Could you reccomend and good tutorial on Go’s garbage collector ? It would be great if they refer tot he lastest version of Go, also if they dwelve more into the Golang memory model.

I based on this: https://blog.golang.org/ismmkeynote

While in experimentation, I find these a lot easier to mess with:
1.https://www.ardanlabs.com/blog/2018/12/garbage-collection-in-go-part1-semantics.html (Has 3 parts)

1 Like

@JOhn_Stuart, has my post be sufficient enough to answer this question? If it does, please “marked as solved”. Let me know if you want to proceed further.

2 Likes

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.