Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When writing to `std::cout` and `std::cerr`, and reading from `std::cin` we sync with C standard stream by default, which has overhead. As we don't use C standard streams we can avoid this and gain a bit of performance.
- Loading branch information