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

feat: speed up responding to queries #1275

Merged
merged 7 commits into from Sep 25, 2023
Merged

Conversation

bdraco
Copy link
Member

@bdraco bdraco commented Sep 24, 2023

  • add more cython defs
  • refactor DNSRRSet to be simpler

@codecov
Copy link

codecov bot commented Sep 24, 2023

Codecov Report

Patch coverage is 100.00% of modified lines.

Files Changed Coverage
src/zeroconf/_protocol/incoming.py ø
src/zeroconf/__init__.py 100.00%
src/zeroconf/_dns.py 100.00%
src/zeroconf/_handlers/query_handler.py 100.00%
src/zeroconf/_handlers/record_manager.py 100.00%

📢 Thoughts on this report? Let us know!.

@bdraco bdraco changed the title feat: speed up question handler performance feat: speed up responding to queries Sep 24, 2023
@bdraco
Copy link
Member Author

bdraco commented Sep 24, 2023

This is ready to go but release is blocked due to pypi/support#3208

I had to yank 0.113.0 as well since it was incomplete

1 similar comment
@bdraco
Copy link
Member Author

bdraco commented Sep 24, 2023

This is ready to go but release is blocked due to pypi/support#3208

I had to yank 0.113.0 as well since it was incomplete

@bdraco bdraco marked this pull request as ready for review September 25, 2023 19:33
@bdraco bdraco merged commit 3c6b18c into master Sep 25, 2023
34 checks passed
@bdraco bdraco deleted the query_handler_performance branch September 25, 2023 19:33
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