fmthoma/vgrep

Pager becomes REALLY slow for big files

Closed this issue · 1 comments

Either use a Zipper-like Buffer (as for the results list), or switch to something like mmap.

Jumping to a line in a big file still takes time proportional to the number of lines skipped, but at least navigation is smooth after that. Maybe switch to mmap.