Completion is slow when large file. #2
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Right now we use the following function to move toward a line.
https://github.com/jcs-elpa/ivy-searcher/blob/e75428bada3d78226334f1f6a52abe9d74db91f5/ivy-searcher.el#L106
The performance is
O(n)
and we consider this is very slow while the target line (argument LN) is high.Same issue here: emacs-helm/helm-searcher#1
The text was updated successfully, but these errors were encountered: