|
|
|
|
|
by the_jeremy
1141 days ago
|
|
The latencies are different, and kitty is slower at this because the author doesn't care about huge output[0]: > Some people have asked why kitty does not perform better than terminal XXX in the test of sinking large amounts of data, such as catting a large text file. The answer is because this is not a goal for kitty. kitty deliberately throttles input parsing and output rendering to minimize resource usage while still being able to sink output faster than any real world program can produce it. Reducing CPU usage, and hence battery drain while achieving instant response times and smooth scrolling to a human eye is a far more important goal. 0: https://sw.kovidgoyal.net/kitty/performance/ |
|