[Github-comments] [geany/geany] Geany really slow when opening huge text files (#1969)

elextr notifications at xxxxx
Fri Oct 5 02:38:18 UTC 2018


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20181004/9afd0c8a/attachment-0001.html>


More information about the Github-comments mailing list