Posted by suriya-ganesh 2 hours ago
Rust is a programming language. Performance is a mix of programmer's ability, clever design and compiler optimizations.
Many supporting crates reinforced this. Rayon, Tokio (though not "performant", it was an improvement over naive impl), etc made jumping from hello world to parallel/concurrent execution pretty simple.
But I'm glad to see the downturn on that hype cycle.
Reduced your what? The article seems to be cut off.
the reason why I thought this PR was interesting is that, it only needed ~ 4 lines of real change, everything else was cascades due to that change. and the performance did improve with that "pointless formatting and whitespace changes"
Rust has features that make it easier to make correct and performant software, I think most programmers would agree?
Please stop this rust clickbait nonsense.
But then new content on HN would decline to nearly nothing.
Judging from the most vocal segment of their community it's very much not obvious to them.
> make it easier
Define "easier." It's harder to make mistakes. I'm not sure this equates to developer "ease" in any way. In fact, if it's meant to be effective, it should be quite the opposite.
> rust clickbait nonsense.
It cuts both ways. There is a huge volume of "I switched to Rust and got 1% additional performance over C" posts here.
(I like Rust btw)