[Github-comments] [geany/geany] loading unformatted XML takes too long (#2094)

elextr notifications at xxxxx
Wed Feb 27 10:46:35 UTC 2019


Geany's most prominent use-case is for human programming with lines people can understand (and write :).  As a result lots of things like screen layout and formatting are performed on a a per-line basis, which is fine for human length lines.  

But in your case that means they are always being performed on the whole file, so its much slower, and clearly the operations are polynomial time in the length of the line since doubling the size takes ten times the time.

-- 
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/2094#issuecomment-467814897
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20190227/8840c188/attachment.html>


More information about the Github-comments mailing list