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

Use multiprocessing to improve performance and reduce memory usage. #47

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

sonofusion82
Copy link

Use multiprocessing to improve fuzzy find performance and reduce memory usage to support very large ctags files.

- Use multiprocessing to improve performance.
- Reduce memory footprint with VimList to process a:items on the fly instead of loading the whole thing into memory
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant