]> git.eshelyaron.com Git - emacs.git/commit
xref-matches-in-files: Decrease per match and per group overhead
authorDmitry Gutov <dgutov@yandex.ru>
Thu, 23 Sep 2021 16:08:36 +0000 (19:08 +0300)
committerDmitry Gutov <dgutov@yandex.ru>
Thu, 23 Sep 2021 17:37:10 +0000 (20:37 +0300)
commitd0e9b88bf744ad956c8be345789e3d8acfe69def
tree4e04b3d3c5dc8e6b6874bdc65f784222307f1fc0
parentc44190ca5b9873fceae8aee7034ce8e89c42d4dd
xref-matches-in-files: Decrease per match and per group overhead

* lisp/progmodes/xref.el (xref-search-program-alist):
Add '--null' argument for slightly faster parsing and probably
better behavior with weirder file names.
(xref--alistify): Don't accept TEST argument, use 'assoc' instead
of 'cl-assoc', use a tash table during sorting (bug#50733).
lisp/progmodes/xref.el