-
Notifications
You must be signed in to change notification settings - Fork 0
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
tab completion takes extreamly long #103
Comments
change spigot.yml option tab-complete: -1 this solution will be work nice |
@magicus I think this prio is high and it isn't a visual glitch |
Blame pe for doing it way too slow. |
#blamemojang #blamePE |
I agree with Shev. It's hard to do anything about; apparently PE has some non-linearity in how it handles their data structures. Possible fixes includes:
None of the solutions seems particularly attractive. The option 4 seems like the only chance to have a really desirable result, but we don't know if it will work, and going there will require quite a bit of complex algorithms -- which in worst case will have an unacceptable performance cost at the server. It wouldn't surprise me if such merging would end up at O(n^2) or above, and then we'd just shift the penalty to the server. |
There is a work-around suggested above, which is basically 1), but as an option you can select yourself. I can't seriously think of a much better way to handle this. |
Describe the bug
Describe the bug as clearly as you can. If you get any errors in the console or the client paste them on https://hastebin.com/ and link them here.
How can we reproduce the issue?
Steps to reproduce the behavior:
Expected behavior
instant command list our a smaller wait time XD
Screenshots
If applicable, please attach screenshots of both the Java and Bedrock edition of the game.
What version of ... are you using?
ps bungee (yesdog) latest and latest mcpenew client 1.10
Additional information
am using protocollib but thats for one plugin that doesnt have commands or does somting with it, ...)
The text was updated successfully, but these errors were encountered: