10 Golang's Realtime gc in Theory and Practice

making.pusher.com posted by will 2603 days ago  

In this blog post, we’ll look at Go’s garbage collector. We’ll see how it works (the tricolor algorithm), why it works (achieving such short GC pauses), and most importantly, whether it works (benchmarking these GC pauses, and comparing them with other languages).

Register to comment or vote on this story