-
Notifications
You must be signed in to change notification settings - Fork 161
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
Performance regression #466
Comments
Thanks for the report. Is 5.35.0 okay? There was a change in the thread handling for 5.35.1 to fix a deadlock with newer versions of IDEA, but this would result in coarser thread locking, and I was only able to test it on an i7 so it could well be the cause. |
Could you please try this pre-release of 5.35.2? This restores the background thread for the Checkstyle execution, but shuffles the file creation to try and avoid the deadlock in #462. Thank you! (link removed as now released) |
…out on the background thread for sanity
That was so fast! Been testing this for a bit and looks great! 👍🚢 |
Luckily I'm still on holiday - thanks very much for the report, and sorry for the hassle! |
I just updated from 5.34.0 to 5.35.1 on IntelliJ IDEA 2019.3.1 Build 193.5662.53. There is a massive regression in performance, so much so that typing would get stuck for seconds (2-3s at times).
I am unsure what details (plugin logs, etc.) that would be useful here. I am also not certain if there are ways to instrument the plugin on my machine.
The text was updated successfully, but these errors were encountered: