-
-
Notifications
You must be signed in to change notification settings - Fork 349
Performance of USB-Commands #719
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
I haven't touched USB commands in a long time, surely there is room for improvement there. |
I've created and invited you to a separate repository with my new code. I used "java-does-usb" as javax-usb is deprecated and haven't been updated in the last 6 years. I'd appreciate it, if we could work out some enhanced protocol together and make goldleaf even better, e.g. with an enhanced usb protocol |
Could you re-send the invitation? I can't find it |
Sure, invitation resent |
Do you have Discord? That way we can talk about this more directly |
Not yet, but I'll contact you on the server mentioned in your profile. As I'm pretty busy right now this could take some time |
No worries, contact me whenever you can |
Performance questions about the various usb commands
Feature description
The currently implemented usb protocol is nto that performant and could be optimized in several ways:
Benefits
Reduce the transfered amount of data, make listing large directories faster and make it easier to implement an alternative client
Additional information
Each finding could be improved in various ways:
These are some of the findings I had when implementing an alternative Quark. I hope you find these information useful and can implement some of my suggestions.
Nevertheless, thank you so much for this great tool!
The text was updated successfully, but these errors were encountered: