(no title)
wkyleg | 1 year ago
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.
gpderetta|1 year ago
I would expect a lot of unsafe though.
cempaka|1 year ago