We can stop multiple passes through files while they are opened to reduce 
loading delays.

But open files will always be loaded into memory, thats the way the editing 
widget Geany uses works, it is a gap buffer.  And since the editing widget also 
allocates a style byte for each byte in the file, you actually use twice the 
memory, plus per line data.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/1969#issuecomment-427229005

Reply via email to