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

Performance on linux/osx #14

Open
ChrisPritchard opened this issue May 19, 2019 · 4 comments
Open

Performance on linux/osx #14

ChrisPritchard opened this issue May 19, 2019 · 4 comments
Assignees
Labels
enhancement New feature or request

Comments

@ChrisPritchard
Copy link
Owner

Performance of printing is atrocious on unix systems. Suspect this due to known problems using cursor top.

@ChrisPritchard ChrisPritchard added the enhancement New feature or request label May 19, 2019
@ChrisPritchard ChrisPritchard self-assigned this May 19, 2019
@ChrisPritchard
Copy link
Owner Author

This details the performance issues on unix systems. Unsure how to get around this, aside from maybe building from scratch a unix terminal writer using a different approach than system.console...

@ChrisPritchard
Copy link
Owner Author

Its possible this will be resolved with the main release of core 3.0. Ill upgrade then and see whats what.

@voronoipotato
Copy link

Reducing the amount of writes with a stringbuilder can help if its starting to chug. You can basically buffer them like how RX buffer works.

@ChrisPritchard
Copy link
Owner Author

Yeah I need to take another look, when I have time. Especially since I now have a plethora of non-windows devices to test on.

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
None yet
Development

No branches or pull requests

2 participants