蛮荆

Recent content on 蛮荆

马上订阅 蛮荆 RSS 更新: https://dbwu.tech/index.xml

GMP Scheduler Code Reading

2023年6月9日 08:00
Go 语言中的 GMP 是指用于管理 goroutine 的调度器,其内部使用了一种称为 M:N 的调度模型,其中 M 个用户级 goroutine 被分配到 N 个内核级线程上执行。调度器负责将 goroutine 分配给处理器 P, 并在需要时将 goroutine 从一个处理器 P 转移到另一个处理器 P …