1
Understanding the Go Runtime Scheduler (internals-for-interns.com) go programming
by raven 29 days ago | 2 comments
  1. ~

    Go is together a pretty simple and pretty complex language. But I really like programming Go.

  2. ~

    If you havent tried it, set GODEBUG=schedtrace=1000 and GOMAXPROCS=2, run a tight CPU loop, and watching the runtime juggle the goroutine between Ps makes the scheduler click instantly.