Understanding the Go Runtime: The Scheduler(internals-for-interns.com)
45 points by valyala 3 days ago | 1 comment
pss314 2 hours ago
I enjoyed both these GopherCon talks:

GopherCon 2018: The Scheduler Saga - Kavya Joshi https://www.youtube.com/watch?v=YHRO5WQGh0k

GopherCon 2017: Understanding Channels - Kavya Joshi https://www.youtube.com/watch?v=KBZlN0izeiY

c0balt 2 hours ago
https://m.youtube.com/watch?v=-K11rY57K7k - Dmitry Vyukov — Go scheduler: Implementing language with lightweight concurrency

This one notably also explains the design considerations for golangs M:N:P in comparison to other schemes and which specific challenges it tries to address.

jvillegasd 2 hours ago
Good videos, thanks for sharing!