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

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

bug#22763: 25.1.50; Feature Request -- A faster method to obtain line nu


From: Lars Ingebrigtsen
Subject: bug#22763: 25.1.50; Feature Request -- A faster method to obtain line number at position.
Date: Sun, 07 Feb 2021 19:14:08 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Eli Zaretskii <eliz@gnu.org> writes:

>> There's no caching.  I guess find_newline is just slow compared to
>> display_count_lines?
>
> find_newline does the same as display_count_lines: it calls memchr.
> But it also maintains a newline cache.  If you disable that cache (by
> turning of cache-long-scans), you might see a different speedup.

Shouldn't the cache speed things up?

Hm...  perhaps I'm not getting a newline cache in my tests because I'm
using a temp buffer or something?

> Also, calling forward-line would loop in Lisp, not in C.

No, it cleverly loops in C by calling `forward-line' this way to count
lines:

(- (buffer-size) (forward-line (buffer-size)))

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





reply via email to

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