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 regression in crossterm 0.23.0 #3

Open
ivanceras opened this issue Feb 24, 2022 · 0 comments
Open

Performance regression in crossterm 0.23.0 #3

ivanceras opened this issue Feb 24, 2022 · 0 comments

Comments

@ivanceras
Copy link
Owner

ivanceras commented Feb 24, 2022

To reproduce the regression, checkout this repo and run the examples

git clone --depth=1 https://github.com/ivanceras/titik

To run the examples using crossterm 0.18.0, the TUI is snappy and responsive.

cargo run --release --example simple
cargo run --release --example demo

To run the examples using crossterm 0.23.0, the TUI is very sluggish/slow.

cargo run --release --example simple --no-default-features --features crossterm_new
cargo run --release --example demo --no-default-features --features crossterm_new
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant