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

Faster parse_in_half() #433

Merged
merged 5 commits into from
Jan 31, 2024
Merged

Faster parse_in_half() #433

merged 5 commits into from
Jan 31, 2024

Conversation

hadley
Copy link
Member

@hadley hadley commented Jan 30, 2024

Fixes #429. Closes #430.

@DyfanJones what do you think? Did I miss anything?

@DyfanJones
Copy link
Contributor

It looks good to me, plus I am liking how it simplifies the code base.

@DyfanJones
Copy link
Contributor

I think the only thing that is missing is the changes to the parse_match. However it didn't have as big of an impact on performance. Happy for it to be left out if it wasn't desirable :)

@hadley
Copy link
Member Author

hadley commented Jan 31, 2024

@DyfanJones oh good catch, I'll add that back,

@hadley hadley merged commit 2e811d3 into main Jan 31, 2024
12 checks passed
@hadley hadley deleted the faster-parse-in-half branch January 31, 2024 14:22
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.

Minor performance enhancement to url_parse
2 participants