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

perf problem #5

Closed
jinleileiking opened this issue Nov 28, 2023 · 1 comment
Closed

perf problem #5

jinleileiking opened this issue Nov 28, 2023 · 1 comment

Comments

@jinleileiking
Copy link

preservim/nerdtree#1357

@PhilRunninger
Copy link
Owner

This is a problem with the design of NERDTree. When it is used on a large directory, it just consumes way too many resources by acting as a object-oriented language. Combine that with Vimscript's being slow and interpreted, and you end up with a miserable experience. nerdtree-buffer-ops is already as efficient as it's ever going to get.

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

No branches or pull requests

2 participants