Hacker News new | ask | show | jobs
by v_lisivka 2618 days ago
Rust is compiled by LLVM, while C compiled by GCC, which is a bit conservative. It's possible to enable same optimizations for gcc and LLVM, so their speed will match.