logoalt Hacker News

riku_iki10/01/20241 replyview on HN

> But I'd say nowadays that learning to use Rust well is much easier than learning to use C++ well.

For someone(me) who was making a choice recently, it is not that obvious. I tried to learn through rust examples and ecosystems, and there are many more wtf moments compared to when I am writing C++ as C with classes + boost, especially when writing close to metal performance code, rust has many abstractions with unobvious performance implications.


Replies

tcfhgj10/01/2024

> rust has many abstractions with unobvious performance implications.

such as?

show 1 reply