|
|
|
|
|
by celeritascelery
1107 days ago
|
|
That is essentially what VLF[1] does in Emacs. It reads in discrete chunks of the file at a time and doesn’t load the next one till you try to display it. Doesn’t require any fancy data structures, just some extra book keeping and mechanics. [1] https://github.com/m00natic/vlfi |
|