Add converter to prerender a subset of images while being more friendly towards memory usage

This commit is contained in:
itsjunetime
2024-05-17 11:33:52 -06:00
parent ad652f3fcd
commit 6aaa9845c9
5 changed files with 186 additions and 79 deletions
+3
View File
@@ -0,0 +1,3 @@
- Look into a way to tell ratatui to skip diffing and just overwrite the whole thing 'cause we know it won't save time
- Look into more efficient 'skip'ing in ratatui so that you don't have to unicode_width::width a bunch of escape codes
- Render to Box<dyn Protocol> aot but only in the vicinity of the current view to save space