1

Dear Ms @retoor, you claim to have demolished Rust but so far I have failed to observe any such claimed demolition event

With the newest patch these are the numbers

***benchmarking***
Time C: 0.1326432228088379
Time Rust: 0.1091299057006836
Time CPP: 0.47960424423217773
Time Borded CPP: 0.706519365310669
Time Jest Rust: 0.3468904495239258
***end benchmark***

Guess Rust is still on top :P

Comments
  • 0
    @retoor It's still my newest code. I just pulled your latest commit and those are the numbers :P
  • 0
    @retoor How often did you have to run it to get that result? ;D
  • 0
    @retoor What CPU do you have btw?
  • 2
    It all just gets compiled to assembly. You can theoretically make any compiled language as fast as any other with enough mastery over the language.
  • 0
    @retoor There is some overhead in Rust if you use a lot of the high level features, but if you know what you're doing it's not a big deal. And in the end it all gets optimized via LLVM, same as C via Clang ;P
Add Comment