Hacker News new | ask | show | jobs
by nicce 561 days ago
> https://godbolt.org/z/MTo11voes > println takes 9 seconds https://godbolt.org/z/he6Phr7nG > cout takes 6 seconds

That is 50% increase.

1 comments

I don't believe I claimed anywhere it is not a 50% increase. The OC said 30 second difference.
I missed the "Hello, world!" mention, but otherwise you only need to have 10 prints in your whole project to have the 30 second increase. That is pretty significant.
It is not linear on number or prints. 1 vs 2 prints will likely have zero noticeable affect.