Too slow when output multiple lines
See original GitHub issueWhen the shell outputs somthing with multiple lines, Tabby seems to show the output line by line rather than giving all lines instantly, even ls -l
command could take secs to show hundreds of files.
PS: new version of 1.0.177 is involved with the problem, rollback to 1.0.176 solve the problem.
Issue Analytics
- State:
- Created a year ago
- Reactions:11
- Comments:12 (1 by maintainers)
Top Results From Across the Web
python - Jupyter notebook's response is slow when the codes ...
I have a question for the jupyter notebook. When I copied and pasted 663 lines of a python code to the jupyter notebook,...
Read more >Console output overhead: why is writing to stdout so slow?
Generally, when we code through our projects, we need to output certain values in order to understand what the program is currently doing ......
Read more >cut, sed, awk too slow to retrieve line - other options?
From my logs, I'm approximatilvely processing 20 lines per second, which means one loop takes ~0.050 sec (this includes the awk I'm running...
Read more >No Time to Wait: How to Fix Slow Printing - Visual Edge IT
In turn, it causes slow printing for all the offices. This is because companies with multiple offices sometimes have a central print server...
Read more >How to prevent slow-down when an inferior processes ...
When used as hook in comint-preoutput-filter-functions it will filter all ... the unshortened line, not all output), string detection is ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I faced the same problem and it severely affected the experience when using some CUI program such as
htop
.I encountered the same problem with .179 on Windows 11 x64, sometimes the symptom is much worse —
I tried rolling back to .176 and it seems better (still in verification).
A typical command to trigger the issue
fgrep . -Inr / --color
.I can grab and attach a performance trace later (after I have time to reinstall .179 debug it) if it sounds necessary to you.