-
Notifications
You must be signed in to change notification settings - Fork 17
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 is not good enough #44
Comments
Hi Boris Can you provide me with a sample project to be able to debug this quickly and try to get a solution. Maybe you can send me an old version of some of your projects so i can test a real use case. I can commit to non disclose the code if is not open source. Yo can send me an email with your contact details if you want to discuss this privately. Regards |
Hey Andres, I think our open source project is a good code-base to test against: |
Hi Boris I was doing some tests with your code. I have just published a fix, that boost performance to the 0.0.6 levels. Looks like I have been reading the dictionary a lot of times from disk. Thanks For your feedback! |
@jrencz Please take a look at this one. |
The performance issues with the spellcheck plugins were resolved aotaduy/eslint-plugin-spellcheck#44 This commit updates the dependency to the latest version and fixes several spelling issues.
The performance issues with the spellcheck plugins were resolved aotaduy/eslint-plugin-spellcheck#44 This commit updates the dependency to the latest version and fixes several spelling issues.
The performance issues with the spellcheck plugins were resolved aotaduy/eslint-plugin-spellcheck#44 This commit updates the dependency to the latest version and fixes several spelling issues.
The performance issues with the spellcheck plugins were resolved aotaduy/eslint-plugin-spellcheck#44 This commit updates the dependency to the latest version and fixes several spelling issues.
The performance issues with the spellcheck plugins were resolved aotaduy/eslint-plugin-spellcheck#44 This commit updates the dependency to the latest version and fixes several spelling issues.
The performance issues with the spellcheck plugins were resolved aotaduy/eslint-plugin-spellcheck#44 This commit updates the dependency to the latest version and fixes several spelling issues.
The performance issues with the spellcheck plugins were resolved aotaduy/eslint-plugin-spellcheck#44 This commit updates the dependency to the latest version and fixes several spelling issues.
The performance issues with the spellcheck plugins were resolved aotaduy/eslint-plugin-spellcheck#44 This commit updates the dependency to the latest version and fixes several spelling issues.
The performance issues with the spellcheck plugins were resolved aotaduy/eslint-plugin-spellcheck#44 This commit updates the dependency to the latest version and fixes several spelling issues.
Thanks for the work on this project. We get a lot out of it at Zulip Mobile
We find the performance regression that happened in
0.0.7
makes the plugin impractical for us, so we are sticking to0.0.6
for the time being. The difference in run speed is 10 seconds for0.0.6
vs about a minute for0.0.7+
(including the latest0.0.10
).It would be great to be able to use the latest version but we can't justify raising our ESlint runtime that much.
The text was updated successfully, but these errors were encountered: