Remix.run Logo
Understanding the Go Runtime: The Scheduler(internals-for-interns.com)
30 points by valyala 3 days ago | 3 comments
pss314 2 hours ago | parent [-]

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 an hour ago | parent | next [-]

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 an hour ago | parent | prev [-]

Good videos, thanks for sharing!