Hacker News new | ask | show | jobs
by yellowviking 993 days ago
I think rust should also forge the path where Java 21 takes (Virtual Threads) https://docs.oracle.com/en/java/javase/21/core/virtual-threa...
1 comments

Not sure if trolling but, Rust had green threads before Rust 1.0. Like everyone sane before them they figured N:M scheduling is not the way forward and they ripped it out before going stable. That decision impressed me a lot and made me look into the language, I'm loving the journey so far.
If they are trolling then Erlang is also trolling with its legendary scheduler.
> Like everyone sane before them they figured N:M scheduling is not the way forward and they ripped it out before going stable.

Why do you think Java recently went from N:M scheduling? Surely there's something to it?