This commit is contained in:
Kovid Goyal 2017-08-26 10:25:50 +05:30
parent a922b4c789
commit 778b090467
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -294,10 +294,10 @@ link:kitty/kitty.conf[config file].
== Performance
The main goals for kitty performance are user perceived latency and
"smoothness" while scrolling. kitty tries hard to optimize these. To that end
it keeps a cache of each rendered glyph in video RAM so that font rendering is
not a bottleneck. Interaction with child programs takes place in a separate
The main goals for kitty performance are user perceived latency while typing
and "smoothness" while scrolling. kitty tries hard to optimize these. To that
end it keeps a cache of each rendered glyph in video RAM so that font rendering
is not a bottleneck. Interaction with child programs takes place in a separate
thread from rendering, to improve smoothness.
You can generate detailed per-function performance data using