|
|
|
|
|
by wkyleg
548 days ago
|
|
I can see that. On most metrics I've seen Rust is comparable on general speed. Maybe if you're at the level where you've essentially writing portable assembly and are okay with lack of safety. You need to know exactly what is happening within the CPU, maybe on custom hardware. I bet some defense applications would be in this category too, although for my own sense of self preservation I would prefer the Rust type system. |
|
I would expect a lot of unsafe though.