Open
Description
We should look into ways on improving the printing performance for the windows console. things to look into:
- using cerr as it's unbuffered (needs testing)
- desabling automatic flushing of the output buffer https://en.cppreference.com/w/cpp/io/manip/unitbuf
- https://usaco.guide/general/fast-io?lang=cpp speeding up cin / cout
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
To do