[go-nuts] Re: How golang garbage collector works

2018-01-12 Thread digg
https://blog.golang.org/go15gc On Thursday, January 11, 2018 at 10:50:24 AM UTC-5, golangguy wrote: > > Hi > > I am new to golang, and had background in C/C++ , can you some one give me > information/explanation about how garbage collectors in golang works ? > > Thanks, > > -- You received thi

Re: [go-nuts] Re: How golang garbage collector works

2018-01-11 Thread Henrik Johansson
I think this one by Rick Hudson is very good as well. https://www.infoq.com/presentations/go-gc-performance tors 11 jan. 2018 kl 18:38 skrev : > Hi! > > Currently go uses concurrent mark'n'sweep. Best talk about gc in go and > theory: > https://pusher.com/sessions/meetup/the-realtime-guild/golang

[go-nuts] Re: How golang garbage collector works

2018-01-11 Thread sulverus
Hi! Currently go uses concurrent mark'n'sweep. Best talk about gc in go and theory: https://pusher.com/sessions/meetup/the-realtime-guild/golangs-realtime-garbage-collector Also you can read chapter 15 in GC handbook: http://gchandbook.org/contents.html четверг, 11 января 2018 г., 18:50:24 UT