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: Stefan Monnier
Subject: bug#22763: 25.1.50; Feature Request -- A faster method to obtain line number at position.
Date: Sun, 07 Feb 2021 15:37:28 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

> So ... it's using the cache is only faster when we have monumentally
> long lines, since memchr is so fast?  And in buffers with lines with
> normal line lengths, it's 10x slower?  That sounds like a rather drastic
> trade-off.

Yes, the problem is when you have pathologically-long lines (typically,
when the whole file has virtually no \n in it, so lines can reach
multi-MB lengths).


        Stefan






reply via email to

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