Taming the Memory Beast
The Go garbage collector is not a toy. It is a concurrent collector, which means that it runs concurrently with the program it is collecting. It is also parallel, meaning that it uses multiple threads to run even faster.
Rob Pike, co-creator of Go
...
arjunnarain.dev11 min read
Harsh Mange
I build cool stuff
Good article, thanks for sharing!