تماشای ویدئو Understanding Memory Allocation in Go Golang UK 2015 از آی-ویدئو

Go's clean syntax and built in garbage collection make it a breeze to write programs quickly. But as you go further down the rabbit hole, understanding your program's memory consumption and behaviours becomes important. In this talk I will explain the difference between using values and references (pointers) and explain the usage of `make` and built-in datatypes (like slices and maps). [...]
10 اردیبهشت 1395
آی-ویدئو