Tag
#scheduler
2 posts tagged with #scheduler.
-
Digging Into the Compiler Source — How the Go Scheduler Works (Part II)
Part two of the series on Go's task scheduler: breaking down G, P, and M, thread parking, system calls, netpoll, and sysmon — all based on runtime source code.
#Go #goroutines #scheduler #systems programming -
Digging Into the Compiler Source — How the Go Scheduler Works (Part I)
Part one of a series on Go's task scheduler: what happens with OS threads, why 180,000 threads will kill your system, and what work stealing has to do with any of it.
#Go #goroutines #scheduler #systems programming