Skip to content

Releases: xuesongbj/Go-Notes

1.18 source code analysis

24 Jun 08:34
3629b87
Compare
Choose a tag to compare

add Golang 1.18 source code analysis, include:

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

Go学习笔记

24 Jul 08:14
Compare
Choose a tag to compare

该版本包括:

  1. 内存分配器
  2. GC
  3. Go调度器
  4. 部分标准库剖析