-
-
Notifications
You must be signed in to change notification settings - Fork 58
stree hangs out with 100% CPU #111
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
Comments
Thanks! I'll take a look! tbh I imagine it's not actually hanging but just taking a while. The issue is I removed the output that used to give progress feedback when I made everything parallel because it was hard to get it to sync properly without removing the benefit of the parallelization. I'll take a look either way. |
Ahh no you're totally right something is borked with the parallel code. |
Yeah, it runs very fast using 2.7.1 on the same machine :P |
Oh man... it was so dumb. I was using |
@xfalcox released in v3.0.1. Please let me know if there's anything else you run into or have questions about. |
Reproduction steps:
We are evaluating adoption syntax_tree in discourse and wanted to start with this plugin so we can get CI and bugs ironed out.
It works fine on 2.7.1 but fails on 2.8.0 so I suspect it's the parallel code.
The text was updated successfully, but these errors were encountered: