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

Extremely slow on cygwin #9

Closed
Chronial opened this issue Oct 10, 2015 · 2 comments
Closed

Extremely slow on cygwin #9

Chronial opened this issue Oct 10, 2015 · 2 comments

Comments

@Chronial
Copy link

I build the plugin on cygwin and it is just extremely slow (10-50 times slower that the default matcher). Any idea what might cause that?

@Chronial
Copy link
Author

I think I found the culprit. It's a cygwin bug: https://cygwin.com/ml/cygwin/2012-08/msg00200.html
Setting let g:cpsm_max_threads = 1 fixed the problem.

You might want to detect cygwin (has("win32unix")) and set this as default.

@nixprime
Copy link
Owner

Thanks for the report. Should be fixed in master shortly.

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