Closed Woolfrey closed 1 year ago
Apparently it is faster to use:
std::cout << "\n";
to terminate rather than:
std::cout << std::endl;
Need to check:
Almost zero instances of std::endl found.
std::endl
Retained std::cerr << std::endl;. Need to double-check if this is necessary.
std::cerr << std::endl;
Apparently it is faster to use:
to terminate rather than:
Need to check: