Scalable Go Scheduler Design Doc

Scalable Go Scheduler Design Doc Dmitry Vyukov dvyukov@google.com May 2, 2012 The document assumes some prior knowledge of the Go language and current goroutine scheduler implementation. Problems with current scheduler Current goroutine scheduler limits scalability of concurrent programs written...