Comments by "Anony Mousse" (@anon_y_mousse) on "New Linux Kernel (It's Starting To Get Rusty)" video.
-
19
-
7
-
6
-
6
-
6
-
5
-
4
-
3
-
3
-
2
-
2
-
2
-
2
-
2
-
1
-
1
-
@vladlu6362 Uh huh, sure. So when you're forced to check for an error you know won't happen, which will make your code slower, the errno method means you don't have to check and your code can run faster. In a critical inner loop that matters. You might need to check for debug code, but Rust will make you check always unless you write a lot more garbage. So either easier to use when you know what you're doing, or harder to use because that's "safe", despite it not actually protecting you from every error. If that's too much for your tiny brain, let's simplify it: C method safer and cleaner, Rust method not safer, not cleaner, more annoying.
1
-
1
-
1
-
1
-
1
-
1
-
1
-
1
-
1
-
1
-
1
-
1