Skip to content

1.18 source code analysis

Latest
Compare
Choose a tag to compare
@xuesongbj xuesongbj released this 24 Jun 08:34
· 125 commits to master since this release
3629b87

add Golang 1.18 source code analysis, include:

  1. 初始化
  2. 内存分配
  3. 垃圾回收
  4. 并发调度
  5. 通道
  6. 延迟调用
  7. 终结器
  8. 其他(slice、map、futex、interface、calling Conventions)