Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
celeritascelery
on June 14, 2023
|
parent
|
context
|
favorite
| on:
Text Editor Data Structures
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
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
[1] https://github.com/m00natic/vlfi