feat: speed up responding to queries by bdraco · Pull Request #1275 · python-zeroconf/python-zeroconf
Navigation Menu
{{ message }}
python-zeroconf / python-zeroconf Public
- Notifications You must be signed in to change notification settings
- Fork 229
Merged
feat: speed up responding to queries#1275
feat: speed up responding to queries#1275
Conversation
Copy link Copy Markdown
Member
- add more cython defs
- refactor DNSRRSet to be simpler
bdraco added 6 commits
September 24, 2023 14:18Copy link Copy Markdown
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
changed the title
feat: speed up question handler performance
feat: speed up responding to queries
Copy link Copy Markdown
Member Author
bdraco
commented
Sep 24, 2023
bdraco commented
Sep 24, 2023This 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
Copy link Copy Markdown
Member Author
bdraco
commented
Sep 24, 2023
bdraco commented
Sep 24, 2023This 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
marked this pull request as ready for review
bdraco
merged commit
3c6b18c
into
master
bdraco
deleted the
query_handler_performance
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment