Skip to content
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

Optimize packet decoding #16

Open
scrayos opened this issue Dec 7, 2024 · 0 comments
Open

Optimize packet decoding #16

scrayos opened this issue Dec 7, 2024 · 0 comments

Comments

@scrayos
Copy link
Member

scrayos commented Dec 7, 2024

During packet decoding we currently copy the Vec and have a very roundabout way to read the string of the Status Response. We should optimize this, so that no unnecessary copying happens and we can work with a reference or even read directly from the socket.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant