emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Redisplay slower in Emacs 28 than Emacs 27


From: Stefan Monnier
Subject: Re: Redisplay slower in Emacs 28 than Emacs 27
Date: Tue, 08 Dec 2020 16:33:45 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Lars Ingebrigtsen [2020-12-08 20:12:59] wrote:
> :data image, current sxhash, Fequal: 6.4s.
> :data image, NOOP sxhash, Fequal: 3.4s.

Maybe it's time we speed up `hash_string`.
There's a lot of room for improvement there, AFAICT, e.g.:
- work on `EMACS_UINT` chunks instead of `char` chunks.
- Bound the amount of work (e.g. do a max of, say, 10 chunks, equally
  spaced throughout the string).


        Stefan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]