-
-
Notifications
You must be signed in to change notification settings - Fork 37
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
Add debug manual to README #81
Comments
You read the README, read the code, understand it all thoroughly, and debug it. ;-) Completion taking 4 seconds is possible if the prefix is empty, and Robe doesn't know the type of the target (so it returns all methods from all classes). That's why #26 is still open. |
The difference in performance is quite noticeable. Not to mention that the scanners cover singleton classes already. #81 is possibly related.
@stardiviner Check out the latest commit. It should improve on those 4 seconds. |
I tried out the latest commit, it does speed up. Thanks very much. |
I found robe is very slow (about 4 seconds) when completing. I hope you can add a manual in README about how to debug robe deeply.
The text was updated successfully, but these errors were encountered: