|
|
|
|
|
by cbsmith
1800 days ago
|
|
Java had M:N green thread models a LOOOOONG time ago. And Linux tried M:N thread implementations specifically to improve thread performance. In both cases, it turned out that just using 1:1 native threads ended up being a net win. |
|