niklas-heer / speed-comparison

A repo which compares the speed of different programming languages.
https://niklas-heer.github.io/speed-comparison
MIT License
475 stars 76 forks source link

Fix typo, increase C & C++ accuracy, increase C++ io performance #24

Closed frak0d closed 1 year ago

frak0d commented 1 year ago

If you want to improve IO output speed, maybe you should just use '\n' instead:

That won't make any noticeable difference in this particular case. streams are just inherently slow.

niklas-heer commented 1 year ago

@0xB00B thank you very much for your contribution! :)

niklas-heer commented 1 year ago

Also, thank you @workingjubilee for adding your thoughts to the conversation! 👍

niklas-heer commented 1 year ago

@0xB00B you now can see the latest results generated through GitHub Actions (not my laptop any more) on this repos GitHub Page.

plot