4 ms·
> Rust is a systems programming language. It offers precise control over data layout and runtime behavior of the code, granting you maximal performance and flex
by viktorcode 5y ago
> Rust is a systems programming language. It offers precise control over data layout and runtime behavior of the code, granting you maximal performance and flexibility.
I'm nitpicking, but it's due to considering the difference important for some unsuspecting programmers: having control over data layout and runtime behaviour doesn't grant you maximal performance. It grants you capability for achieving minimal overhead, which is connected to, but a different thing from performance.
- kaba0 5y agoThanks, it’s a really great way to put it!