Posted in

Go语言对齐不是玄学——用go tool compile -S生成的汇编,逐行标注对齐指令依赖关系

第一章:Go语言对齐不是玄学—— … Go语言对齐不是玄学——用go tool compile -S生成的汇编,逐行标注对齐指令依赖关系Read more

Posted in

Go语言字典内存对齐玄机:为什么map[int64]int64比map[int32]int32更省内存?从bucket结构体字段偏移说起

第一章:Go语言字典内存对齐玄机 … Go语言字典内存对齐玄机:为什么map[int64]int64比map[int32]int32更省内存?从bucket结构体字段偏移说起Read more