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

When parsing dns Names, avoid iterating each character twice #148

Merged
merged 1 commit into from
Jun 23, 2024

Conversation

56quarters
Copy link
Owner

Speed up parsing of Name objects by building up labels and converting to lowercase at the same time we validate that each character is ASCII.

Speed up parsing of `Name` objects by building up labels and converting
to lowercase at the same time we validate that each character is ASCII.
@56quarters 56quarters marked this pull request as ready for review June 23, 2024 12:50
@56quarters 56quarters merged commit edd90cf into master Jun 23, 2024
6 checks passed
@56quarters 56quarters deleted the name-parsing branch June 23, 2024 12:50
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.

None yet

1 participant