Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

improve the rendering performance #186

Open
3 tasks
MCWertGaming opened this issue Aug 23, 2022 · 1 comment
Open
3 tasks

improve the rendering performance #186

MCWertGaming opened this issue Aug 23, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@MCWertGaming
Copy link
Collaborator

We should look into ways on improving the printing performance for the windows console. things to look into:

@flagarde
Copy link
Collaborator

Maybe we should avoid to use cerr for this purpose at least from the library. The user would maybe (I would ;) ) have a way to detach cerr and send into file or whatever...

But we could try to make cout unbufered by default and add a nice way to turn it on or off depending on the user wishes

For the third option it can be dangerous for a library ( the user would expect ) cstdio and C++ I/O to be synchronised but we could maybe give that option to the user if he knows what are the consequences.

@MCWertGaming MCWertGaming added this to the V2.0.0 milestone Aug 24, 2022
@MCWertGaming MCWertGaming added this to To do in CPP-Terminal via automation Aug 24, 2022
@MCWertGaming MCWertGaming added the enhancement New feature or request label Aug 24, 2022
@MCWertGaming MCWertGaming self-assigned this Aug 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: To do
Development

No branches or pull requests

2 participants