bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#56682: Fix the long lines font locking related slowdowns


From: Gregory Heytings
Subject: bug#56682: Fix the long lines font locking related slowdowns
Date: Thu, 04 Aug 2022 01:30:54 +0000


The general idea is that syntax-ppss is currently an order of magnitude too slow for "too large" buffers.

And that it can be almost another order of magnitude worse in some major modes because of `syntax-propertize`.

That's possible, I don't know. I might take a look at that later. But note that your reactions are not exactly encouraging me to do so.

I don't see any need to look into it, so don't waste your time there,


To make syntax-ppss faster, if possible? Is that not a sensible thing to do?





reply via email to

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