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

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

bug#58168: string-lessp glitches and inconsistencies


From: Mattias Engdegård
Subject: bug#58168: string-lessp glitches and inconsistencies
Date: Mon, 17 Oct 2022 14:44:45 +0200

14 okt. 2022 kl. 17.31 skrev Eli Zaretskii <eliz@gnu.org>:

> I fail to see how the number of times we'd traverse the strings is of
> concern, as long as it's fast enough.

Unfortunately it isn't. Always reading the whole string wouldn't give us decent 
string comparison performance. (Doing it twice doesn't help.)

If the current code turns out to not to be fast enough then other well-known 
techniques can be applied, but I'm done for now.






reply via email to

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