getline

Why is reading lines from stdin much slower in C++ than Python?

Why is reading lines from stdin much slower in C++ than Python? Question: I wanted to compare reading lines of string input from stdin using Python and C++ and was shocked to see my C++ code run an order of magnitude slower than the equivalent Python code. Since my C++ is rusty and I’m not …

Total answers: 10