Comments by "MrAbrazildo" (@MrAbrazildo) on "Microsoft Uses Rust!" video.
-
0:03, I'll translate this: they don't use to spend time building tools. If default Rust has everything they need, ok, go for it. But don't complain later why:
- Windows 10 is 40% slower than Linux Mint 19.2, according to my tests.
- Loose too much time compiling.
- Missed out the chance to has easy-to-use tools, conciliating speed and safety.
2:16, this just means Rust has a better default behavior for safety. As long as I heard, Rust lacks the flexibility of C++. Thus, it ends up been an inferior approach, compared to C++ coded to work exactly how the user wants.
3:41, C++ does it better: it doesn't waste speed tracking object and also deletes it for you, automatically - and allows you to delete it by hand too, if you want .
4:10, this is the problem: converting C to Rust may look as a big win, but missed to opportunity to do it to C++. For instance, that means they won't ever has a switch of "verify my code now" / "now don't verify it" (for compiling speed).
4
-
1
-
1
-
1
-
1
-
1