go-runtime

1 article
sort: new top best
clear filter
0 2/10

Technical deep-dive into Go's runtime scheduler, explaining the GMP model (Goroutine, Machine/OS thread, Processor) and how the scheduler multiplexes millions of lightweight goroutines onto a small number of OS threads while maintaining CPU efficiency and preventing starvation.

Go GOMAXPROCS schedt src/runtime/runtime2.go
internals-for-interns.com · valyala · 5 days ago · details · hn