This repository has been archived by the owner on Aug 11, 2022. It is now read-only.
Support the use-case of maximal memory efficiency #42
Labels
enhancement
this issue tracks a future enhancement
In examples such as domenic/infinite-list-study-group#8,
it is critical to be able to minimize memory of a large code file by avoiding rendering-related data structures. If these turn out to lead to memory use more than 2x or so the memory for strings of text in the code file, we would need to add functionality to allow the developer to evict rendering state for offscreen content.
The text was updated successfully, but these errors were encountered: