Go内存分配

直接发链接,需要看雨痕的书来跟一遍代码,看目前1.14的代码并没改动太多,集中在比较细节的地方,整体上主要还是GC和二级复用的使用。

https://tonybai.com/wp-content/uploads/Golang_memory_use.pdf

https://deepu.tech/memory-management-in-golang/

https://tonybai.com/wp-content/uploads/Go_GC.pdf

https://www.ardanlabs.com/blog/2018/12/garbage-collection-in-go-part1-semantics.html

https://speakerdeck.com/deepu105/go-memory-allocation?slide=27

扫描二维码关注公众号,回复: 11042489 查看本文章

猜你喜欢

转载自www.cnblogs.com/CherryTab/p/12751509.html