about summary refs log tree commit diff stats
path: root/README.md
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2022-06-10 15:08:13 -0700
committerKartik K. Agaram <vc@akkartik.com>2022-06-10 15:08:51 -0700
commit66b17d798de94a130b2b0c71d82478f41263109d (patch)
tree4337037724a4a6a5e179953d690dbf66bdfbfde3 /README.md
parent391d764e13d3703bc74895574f13d368e3559be1 (diff)
downloadview.love-66b17d798de94a130b2b0c71d82478f41263109d.tar.gz
things seem to feel snappier now
However, I think a lot of the benefit comes from just turning JIT off.
Turning it on is still noticably sluggish.
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 2 insertions, 6 deletions
diff --git a/README.md b/README.md
index 903d0f8..f4515bd 100644
--- a/README.md
+++ b/README.md
@@ -70,12 +70,8 @@ found anything amiss: http://akkartik.name/contact
 
 * No support yet for Unicode graphemes spanning multiple codepoints.
 
-* Undo/redo can be sluggish in large files.
-
-* Large files may grow sluggish in other ways. I've noticed in 100KB files
-  that closing the window can take a few seconds. And it seems to take longer
-  in proportion to how far down my edits are. The phenomenon persists even if
-  I take out undo history.
+* Undo/redo may be sluggish in large files. Large files may grow sluggish in
+  other ways.
 
 * If you kill the process, say by force-quitting because things things get
   sluggish, you can lose data.