-
Notifications
You must be signed in to change notification settings - Fork 13
Cache scheme #4
Copy link
Copy link
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Type
Fields
Give feedbackNo fields configured for Task.
I'm kinda proud of the cache scheme I implemented at
dz6/src/reader.rs
Line 10 in 918d9a4
dz6/src/global/goto.rs
Line 27 in 918d9a4
but I suspect there's an easier way using BufRead. Would it be more suitable? The idea is that I can't load the whole file in memory at once as this slows down everything. Also, I have to decide how much to render at once (currently 1024 bytes). Does that need change?