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 NettyServerRequest.uri #3547

Closed
kciesielski opened this issue Feb 29, 2024 · 0 comments
Closed

Optimize NettyServerRequest.uri #3547

kciesielski opened this issue Feb 29, 2024 · 0 comments
Milestone

Comments

@kciesielski
Copy link
Member

Performance tests show that NettyServerRequest.uri add some overhead that may be optimized. It's caused by calling Uri.unsafeParse, resulting in 4.4% of all samples being registered on this operation.
image
The optimization may be needed in sttp-model, but I'm registering a ticket here for now.

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