The reasons I use C versus comparable alternatives are not limited to speed. For example, the size of the compiler toolchain, the speed of compilation and the size of the resulting executables are all factors I have to consider. I do lots of work on systems with limited resources. How does Rust compare on those points versus, say, GCC.<p><a href="https://dev.to/aakatev/executable-size-rust-go-c-and-c-1bna" rel="nofollow">https://dev.to/aakatev/executable-size-rust-go-c-and-c-1bna</a>