From 778b090467e1cb6978860300b524bf46d1e519c5 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 26 Aug 2017 10:25:50 +0530 Subject: [PATCH] ... --- README.asciidoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.asciidoc b/README.asciidoc index 5fe477570..7f5cddd69 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -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