Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
changed c++ cout to a more efficient and polyvalent snippet (#381)
the main use cases for cout is debugging which is mostly composed of outing variables not string, std::endl write '\n' and flush the stream which cause a unnecessary performance overhead in most of the cases
- Loading branch information