Hacker News new | ask | show | jobs
by rwaksmunski 993 days ago
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.
2 comments

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?