Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Hyper Canary - Slow stream from running programs #69

Open
richrace opened this issue Jan 12, 2018 · 2 comments
Open

Hyper Canary - Slow stream from running programs #69

richrace opened this issue Jan 12, 2018 · 2 comments

Comments

@richrace
Copy link

Setup:
screen shot 2018-01-12 at 10 50 22

Issue:
Visible slow down with streaming output from command or log files.

Test:

for ((i=1; i<=10000; i++)); do
   echo $i
done
@QuentinRoy
Copy link

QuentinRoy commented Feb 21, 2019

I would like to emphasize that this issue is quite critical. It seems statusline makes hyper to freeze (or quasi freeze if your lucky) when stdout received a large amount of data.
It just happened to me as I was encrypting a /home directory through ssh. The terminal never recovered. Needless to say it was not a pleasant experience, this is not the kind of process that you want to kill in the middle.

@ffuubarbuzz
Copy link

Same happening on every line scroll in git diff which makes it unusable :(

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants