update TODO

pull/11/head
Mitchell Hashimoto 2022-09-04 09:47:49 -07:00
parent e6564dfd11
commit eb0913d1b4
No known key found for this signature in database
GPG Key ID: 523D5DC389D273BC
1 changed files with 0 additions and 1 deletions

View File

@ -7,7 +7,6 @@ Performance:
* libuv allocates on every read, we should use a read buffer pool
* for scrollback, investigate using segmented list for sufficiently large
scrollback scenarios.
* scrollback: dynamic growth rather than prealloc
* reflow: text reflow is really poorly implemented right now specifically
for shrinking columns. Look into this. This may require changing the
screen data structure.