GolangBCN / talks

Submit your talk or propose a topic creating an Issue
Apache License 2.0
2 stars 0 forks source link

Talk - Summoning the Go memory manager #7

Closed mariomac closed 5 years ago

mariomac commented 6 years ago

Summoning the Go memory manager

"Passing pointers is faster than moving structs", they told us in CS grades. This assumption persisted in our mind and we never questioned that Go is neither C nor C++. Go manages the memory for us, but that doesn't mean that we can forget about memory management. Knowing basic rules of Go memory allocation and management will allow us writing faster programs, thanks to faster memory allocations and less Garbage Collection.

smoya commented 5 years ago

This talk is scheduled for Jan 31, 2019. cc @mariomac