From: Eli Zaretskii <eliz@gnu.org>
To: Stefan Monnier <monnier@iro.umontreal.ca>
Cc: emacs-devel@gnu.org
Subject: Re: Slow redisplay with long lines
Date: Fri, 16 May 2014 08:39:52 +0300 [thread overview]
Message-ID: <83iop6mgd3.fsf@gnu.org> (raw)
In-Reply-To: <jwvwqdmkcd4.fsf-monnier+emacs@gnu.org>
> From: Stefan Monnier <monnier@iro.umontreal.ca>
> Date: Thu, 15 May 2014 16:38:52 -0400
>
> > Long lines slow down redisplay because it needs to scan the entire
> > line to see how tall it will be on display.
>
> Why should it care about the whole line rather than only the part
> of it that's displayed?
It does indeed care only about the displayed part of the line. At
least it tries to, although sometimes it is hard. E.g., when you need
to go back, you need to start from the beginning of the previous line,
because only there you know you are at column zero.
> Stefan "who presumes there are several other reasons why long
> lines cause severe performance issues"
The need to traverse the long lines is the single most import one,
because it comes into play at the lowest level of display iteration,
and so pops up in many higher-level operations.
next prev parent reply other threads:[~2014-05-16 5:39 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-05-15 14:33 line buffer as Red Black Trees instead of linear Alin Soare
2014-05-15 17:15 ` Alin Soare
2014-05-15 19:17 ` Stefan Monnier
2014-05-15 19:47 ` Alin Soare
2014-05-15 20:06 ` Eli Zaretskii
2014-05-15 20:38 ` Slow redisplay with long lines Stefan Monnier
2014-05-15 20:57 ` Stephan Mueller
2014-05-16 5:40 ` Eli Zaretskii
2014-05-16 18:08 ` Stephan Mueller
2014-05-16 20:36 ` Eli Zaretskii
2014-05-16 5:39 ` Eli Zaretskii [this message]
2014-05-15 23:40 ` line buffer as Red Black Trees instead of linear Alin Soare
2014-05-16 5:41 ` Eli Zaretskii
2014-05-16 7:44 ` Alin Soare
2014-05-16 8:28 ` Eli Zaretskii
2014-05-16 8:53 ` Alin Soare
2014-05-16 9:24 ` Thien-Thi Nguyen
2014-05-21 8:34 ` Alin Soare
2014-05-21 15:17 ` Eli Zaretskii
2014-05-21 16:00 ` Alin Soare
2014-05-21 17:03 ` Eli Zaretskii
2014-05-22 9:33 ` Alin Soare
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=83iop6mgd3.fsf@gnu.org \
--to=eliz@gnu.org \
--cc=emacs-devel@gnu.org \
--cc=monnier@iro.umontreal.ca \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.