Hacker News new | ask | show | jobs
by jmacjmac 1922 days ago
https://github.com/emmericp/ixy/blob/0e00605be4153b06df06184...

Looks like you're compiling C code with -O2. Does Rust build set -O3 on clang? Did you try -O3 with C? I know it's not guaranteed to be faster, just curious.

2 comments

Then a fair benchmark would be compiling C code with clang -O3 :)
Good catch