|
|
|
|
|
by MaxBarraclough
1606 days ago
|
|
You're right of course that hardware has improved immensely, but I'm not sure what your point was. There are plenty of domains where performance is still of great importance, and C still has excellent performance. I think the real point is that modern languages can significantly improve on the major issues with C, particularly its undefined behaviour and how that translates to real-world security issues, without significantly impacting performance. Rust (and in particular its Safe Rust subset) has been competing more with C++ than with C, but the point is still there. I admit though that I don't have hard numbers on what would be the performance cost of writing an OS (for example) in Rust rather than C. |
|