issues
search
ZhangSIming-blyq
/
blogcommit
1
stars
0
forks
source link
post/golang/core/
#6
Open
utterances-bot
opened
1 month ago
utterances-bot
commented
1 month ago
Golang 核心知识点详解文档 |
GMP 调度模型 1.1 GMP 概述 Go 语言中的 GMP 模型是 Goroutine 的调度机制,通过三个核心概念实现并发任务的高效调度: G(Goroutine):轻量级线程,每个 G 代表一个独立的任务。 M(Machine):代表操作系统的线程,负责执行 G。 P(Processor):逻辑处理器,管 …
https://zhangsiming-blyq.github.io/post/golang/core/
ZhangSIming-blyq
commented
1 month ago
😄
Golang 核心知识点详解文档 |
https://zhangsiming-blyq.github.io/post/golang/core/