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

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

bug#49127: Performance degradation in encode_coding_object


From: Mattias Engdegård
Subject: bug#49127: Performance degradation in encode_coding_object
Date: Wed, 18 Aug 2021 17:24:32 +0200

18 aug. 2021 kl. 15.59 skrev Eli Zaretskii <eliz@gnu.org>:

> next_interval doesn't look like linear search to me.

That's right, but it doesn't search for a particular property or property value 
-- it is used by next-property-change which only wants the change of some 
property. To find the position of a particular property, we would at least need 
to call something like next-single-property-change, which calls next_interval 
in a loop.






reply via email to

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