Hacker News new | ask | show | jobs
by heavyset_go 1479 days ago
I don't have any specific recommendations to give you, but skim through an operating systems text book, or college course that puts its slides and whatnot online, when it comes to kernel context switching. It'll give you an idea of what kind of work a kernel must do when context switching between threads and processes, and why userspace multitasking can be more efficient.