emacs-diffs
[Top][All Lists]
Advanced

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

master 9f9ce63: ; Add a note about a bottleneck


From: Dmitry Gutov
Subject: master 9f9ce63: ; Add a note about a bottleneck
Date: Sun, 5 Jul 2020 20:51:46 -0400 (EDT)

branch: master
commit 9f9ce631a2ff44ebcb87b0b1390a21b13665db43
Author: Dmitry Gutov <dgutov@yandex.ru>
Commit: Dmitry Gutov <dgutov@yandex.ru>

    ; Add a note about a bottleneck
---
 lisp/progmodes/project.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lisp/progmodes/project.el b/lisp/progmodes/project.el
index 08798d8..1882364 100644
--- a/lisp/progmodes/project.el
+++ b/lisp/progmodes/project.el
@@ -396,6 +396,8 @@ backend implementation of `project-external-roots'.")
        (setq files
              (mapcar
               (lambda (file) (concat default-directory file))
+              ;; XXX: With large enough project, split-string becomes
+              ;; one of the bottlenecks.
               (split-string
                (apply #'vc-git--run-command-string nil "ls-files" args)
                "\0" t)))



reply via email to

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