From: Eli Zaretskii <eliz@gnu.org>
To: Aaron Jensen <aaronjensen@gmail.com>
Cc: 30457@debbugs.gnu.org
Subject: bug#30457: 26.0.91; bidi-display-reordering makes navigation around melpa/archive-contents slow
Date: Wed, 14 Feb 2018 20:40:10 +0200 [thread overview]
Message-ID: <83tvujwh2t.fsf@gnu.org> (raw)
In-Reply-To: <m2lgfviki1.fsf@gmail.com> (message from Aaron Jensen on Wed, 14 Feb 2018 08:49:58 -0800)
> From: Aaron Jensen <aaronjensen@gmail.com>
> Date: Wed, 14 Feb 2018 08:49:58 -0800
>
> In this thread, Eli asked for a real world repro where
> bidi-display-reordering slows down emacs:
> https://www.reddit.com/r/emacs/comments/7wezb4/how_can_i_make_line_rendering_faster/
>
> I found that today, so I wanted to report it.
>
> Download: https://melpa.org/packages/archive-contents
>
> emacs -Q archive-contents
>
> Press and hold C-n (I have a very fast key repeat rate)
>
> On my machine, it takes about 13 seconds to get to the bottom of the
> window (where it first scrolls, not the bottom of the buffer, I don't
> have the patience for that).
>
> (setq bidi-display-reordering nil)
>
> Press and hold C-n
>
> On my machine, it takes about 1 second to get to the bottom of the
> window.
It's a 870K line with multi-level parentheses. As already mentioned
there, the BPA implementation that is part of the bidi reordering
makes this sluggish due to the many parentheses in such a long line.
(However, it's nowhere near 13 sec on my box. And going several lines
in one go, as in "C-u 20 C-n", makes it even faster.)
> I hope that this is a compelling enough use-case. I don't believe I have
> a use-case for it to be `t` right now, so I'll be setting it to `nil` by
> default in my config
Beware: the code which is used when bidi-display-reordering is nil is
unsupported since Emacs 24, so you are on your own when using it. I
urge you to reconsider.
next prev parent reply other threads:[~2018-02-14 18:40 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-02-14 16:49 bug#30457: 26.0.91; bidi-display-reordering makes navigation around melpa/archive-contents slow Aaron Jensen
2018-02-14 18:40 ` Eli Zaretskii [this message]
2018-02-14 19:22 ` Aaron Jensen
2018-02-14 19:51 ` Eli Zaretskii
2018-02-15 18:49 ` Aaron Jensen
2018-02-15 21:47 ` Eli Zaretskii
2018-02-15 1:48 ` Noam Postavsky
2018-02-15 3:07 ` Aaron Jensen
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=83tvujwh2t.fsf@gnu.org \
--to=eliz@gnu.org \
--cc=30457@debbugs.gnu.org \
--cc=aaronjensen@gmail.com \
/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.