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

Reply via email to