the two little slide decks showing each garbage collector in action are simply wonderful, and really help communicate how this improves go's GC situation
the two little slide decks showing each garbage collector in action are simply wonderful, and really help communicate how this improves go's GC situation
It's also a great CS primer on garbage collection; Go has made me interested in that aspect of software engineering again, it feels importaint again unlike with higher level languages like Java / JS.