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: Wed, 09 Dec 2020 16:01:41 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

> Btw, any particular reason for the cutoff of 16 bytes to switch to the
> "large chunk" branch?

The reason is that I felt it looked good ;-)
Well, not only: the "large chunk" branch operates 8bytes at a time on
64bit systems, so if we use it on a 15B string it will only consult the
first 8B which I thought wasn't good enough, whereas I felt that
ignoring the last 7B of a 23B string was acceptable.


        Stefan




reply via email to

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