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

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

bug#46859: 28.0.50; [PATCH]: Add option to truncate long lines in xref.e


From: Dmitry Gutov
Subject: bug#46859: 28.0.50; [PATCH]: Add option to truncate long lines in xref.el
Date: Thu, 4 Mar 2021 19:20:32 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0

On 04.03.2021 11:24, Juri Linkov wrote:
;; Without patch
(benchmark-run 10 (project-find-regexp "expose_frame")) ;; (1.936206149 21 
0.27307954999999995)

;; With patch without the "(unless syntax-needed" guard
(benchmark-run 10 (project-find-regexp "expose_frame")) ;; (2.195018443 31 
0.354854643)

Thanks.

Note that running the benchmark 10 times means that on the last 9 iterations the lines are already fontified.

The cost of doing this should be apparent with more search hits, though. For example:

  (benchmark-run 1 (project-find-regexp "expose"))

I don't know if extra font-locking is worth worse performance.
But I took this idea for consistency from occur that uses
'font-lock-ensure' in 'occur-engine-line'.

If you're sure you want this behavior, we can make it a user option.





reply via email to

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