DEV Community

Rumesh Madhusanka
Rumesh Madhusanka

Posted on

OS threads vs User threads

why do many programming languages map their threads to kernel level threads?
Programming languages like go uses user level threads and gained a good amount of efficiency. But why not others(Java, Python...) have followed the same approach?

Top comments (0)