Skip to content

perf: switch to url::Url for server addresses #103

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

Closed
wants to merge 1 commit into from

Conversation

dignifiedquire
Copy link
Member

Url parsing shows up when doing some profiling, as we are reparsing the full address everytime, when we actually only need to parse the incoming path

Url parsing shows up when doing some profiling, as we are reparsing the full address everytime, when we actually only need to parse the incoming  path
@yoshuawuyts
Copy link
Member

With #107 removing the need for addr entirely I think this PR is no longer needed. Excited for the perf improvements!

@yoshuawuyts yoshuawuyts deleted the perf/reduce-url-parsing branch May 15, 2020 16:27
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

Successfully merging this pull request may close these issues.

2 participants