-
-
Notifications
You must be signed in to change notification settings - Fork 101
feat: add url_components for start/end #250
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
Conversation
1f3f36a
to
037f54b
Compare
Let me try to do a PR on top to express my ideas. |
Please see #251 |
With such a component, it could be fruitful to restructure the main ada/url. It could be made of a single string (which might possibly be identical to the input) along with this url_component. It could make the main ada/url structure smaller and faster. We could then boost our performance (e.g., by 25% or so). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The validation might be insufficient (???), but I like this PR a lot. If we can make sure that it is correct, it is a great step forward.
Note that it is not documented in the README (and I think that's good at this time to be quiet about it).
We also do not have all the tests for this. Let's finish them before merging this. |
It would be good to have a plan to see where this is going. I started a discussion issue: #253 |
We are using a combination of |
* Some proposed changes. * Minor simplicification.
e53ea26
to
9dacf36
Compare
No description provided.