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

plugin Complete_from_text is slow on 90K-lines text file #5610

Open
Alexey-T opened this issue Jul 11, 2024 · 0 comments
Open

plugin Complete_from_text is slow on 90K-lines text file #5610

Alexey-T opened this issue Jul 11, 2024 · 0 comments
Labels

Comments

@Alexey-T
Copy link
Owner

Alexey-T commented Jul 11, 2024

text file:
bug5473_2x.zip

for Complete_from_text, open its config, and write:

plugins.ini:

[complete_from_text]
lexers=*
max_lines=100000
  • open text file.
  • go to end. type "a" and call auto-completion
    --> pause 5-6 seconds!
    VSCode is fast here.

@pintassilgo

with fix #5605 (comment) the pause is 2 secs, but still slower than VSCode.

@Alexey-T Alexey-T changed the title plugin Complete_from_text is slow on 90K text file plugin Complete_from_text is slow on 90K-lines text file Jul 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant