Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Completion is slow when large file. #2

Open
jcs090218 opened this issue Sep 21, 2020 · 0 comments
Open

Completion is slow when large file. #2

jcs090218 opened this issue Sep 21, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@jcs090218
Copy link
Member

jcs090218 commented Sep 21, 2020

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

@jcs090218 jcs090218 added enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed labels Sep 21, 2020
@jcs090218 jcs090218 self-assigned this Sep 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant