]> git.eshelyaron.com Git - emacs.git/commit
Speed up string-lessp further
authorMattias Engdegård <mattiase@acm.org>
Fri, 30 Sep 2022 11:59:45 +0000 (13:59 +0200)
committerMattias Engdegård <mattiase@acm.org>
Fri, 30 Sep 2022 14:24:44 +0000 (16:24 +0200)
commit123506f9ca33bbca57baeac74ebe7aaf462eddc5
tree128fd654d3ed09282c5d5b791ae48888f31f607f
parentb858acde25160631ce7e0e13adc579ca1a4135fb
Speed up string-lessp further

* src/fns.c (Fstring_lessp): Use the memcmp fast path for ASCII-only
multibyte strings as well.  Specialise loops on argument
multibyteness.
src/fns.c