OH NO NO!

Attached: 53CEBEC2-5BA5-4800-81FA-975559E9775F.png (1968x1066, 192.91K)

its the ++. its bloated.

>my program runs slower in a slower language
surprises? none
op? a faggot

its because you are incremeting C for no reason
waste of cpu cycles

c++ streams are slow, yes. big news

The bloat got incremented

C++ is faster than C. Lots of stuff can be templated.

>OH EM GEE MUH 0.2 MILLISECONDS

Attached: fe7.jpg (640x590, 42.3K)

explain the op

time is money, friend

>Hello world is slower in C than in ASM
Cbros... we got too cocky

now try with a non transphobic language like rust

That scales up in bigger programs

>explain the op
iostream is slower than printf.

What about Rust?

>iostream is slower than printf
Everyone knows. That's why everyone uses printf even in C++. Also this test was done without standard release optimizations.

>"hello world" execution speed scales up in bigger programs

and c++ doesnt use printf does it

it's scales invertically. the more codde you write in c the more sluggish it will get. its completley reverse in OO langs like c++ and java. you can have hundreds of thousands of classes and never get over 100 mbs of ram. no one uses c for deskop apps. only linuxtards

it does use Clib functions, but iostream is an abstraction above those and the extra layer and synchronization makes it slower than using printf directly.

do you earnestly not understand why 0.2 miliseconds is a long time

so c is faster than the abstraction, extra layer and synchronization on top of c (c++)?

i do, but i also understand that this dumb little "print hello world" example has absolutely nothing to do with how fast or slow bigger programs are.