Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # 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.

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

No branches or pull requests

1 participant