Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
@retoor It's still my newest code. I just pulled your latest commit and those are the numbers :P
-
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.
-
@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
Related Rants

She runs C shells by the seashore.
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
rant
rust
c
isspam
retoor