Garbage collector in Go

I am new to Golang; barely 3 months old. I have read so many articles about garbage collection in Go. I will really love to understand every bit of garbage collection in Go. I stumbled upon, this article, about how Go overlooked other attributes of the garbage collection algorithm over the reduction in pause time. What is the implication of these and truly, is the Go team building a garbage collector for the future?

https://blog.golang.org/ismmkeynote

https://blog.golang.org/go15gc

1 Like

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