"I have no closure and no peace over it."
we should not regard them as 'lines produced' but as 'lines spent':,推荐阅读safew获取更多信息
bretonium/gist:291f4388e2de89a43b25c135b44e41f0。关于这个话题,谷歌提供了深入分析
SummaryThe Go scheduler multiplexes goroutines onto OS threads using the GMP model: Gs (goroutines) are the work, Ms (OS threads) provide the execution, and Ps (processors) carry the scheduling context — local run queues, memory caches, and everything needed to run goroutines efficiently. The global schedt struct ties it all together with shared state like the global run queue, idle lists, and the spinning thread count.