mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-22 11:46:11 +03:00
14 lines
271 B
Markdown
14 lines
271 B
Markdown
Performance:
|
|
|
|
* libuv allocates on every read, we should use a read buffer pool
|
|
* update cells for drawing should just happen once per frame
|
|
* update cells should only update the changed cells
|
|
|
|
Correctness:
|
|
|
|
* `exit` in the shell should close the window
|
|
|
|
Visual:
|
|
|
|
* bell
|