5 ms·
Compiling my C code with gcc happens in a single eye blink. Changing the format to .cpp and compiling with g++ takes 5 eye blinks. I've never used rust and I c
by muragekibicho 2mo ago
Compiling my C code with gcc happens in a single eye blink.
Changing the format to .cpp and compiling with g++ takes 5 eye blinks.
I've never used rust and I can't imagine blinking more than 6 times while waiting for my code to compile.
- kibwen 2mo agoAnd you wouldn't need to, because the Rust compiler is "slow" relative to compilers like Go. Relative to Clang and g++, the Rust compiler is fast.