record another known issue I don't know how to fix yet

Perhaps I need to switch to the next more sophisticated data structure for Lines:
a gap buffer around the line the cursor is on.

I'm not sure why it would help here, though.
This commit is contained in:
Kartik K. Agaram 2022-06-05 10:26:35 -07:00
parent 9cafed99f4
commit d043745ccd
1 changed files with 5 additions and 0 deletions

View File

@ -12,6 +12,11 @@ http://akkartik.name/lines.html
* Undo/redo can be sluggish in large files. If things get sluggish, killing
the process can lose data.
* 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.
* The text cursor will always stay on the screen. This can have some strange
implications: