Hacker News new | ask | show | jobs
by hackermailman 3449 days ago
The Art of Computer Programming Vol 1: Fundamental Algorithms has a chapter on GC for linked lists which is interesting and shows implementation, there's also the Golang forums/mailing lists which discuss GC and it's optimization https://blog.golang.org/go15gc

SICP also has a chapter on GC w/implementation https://mitpress.mit.edu/sicp/full-text/sicp/book/node117.ht...

Universities have some lectures on this too and you can look up the algorithms they mention

https://suif.stanford.edu/~courses/cs243/lectures/l14.pdf Intro to GC

http://web.stanford.edu/class/cs243/lectures/L17-Advanced-GC... Advanced GC