feat: speed up ServiceBrowsers with a cython pxd by bdraco · Pull Request #1270 · python-zeroconf/python-zeroconf
Navigation Menu
{{ message }}
python-zeroconf / python-zeroconf Public
- Notifications You must be signed in to change notification settings
- Fork 229
Conversation
Copy link Copy Markdown
Codecov Report
Patch coverage is 100.00% of modified lines.
| Files Changed | Coverage |
|---|---|
| src/zeroconf/__init__.py | 100.00% |
| src/zeroconf/_services/browser.py | 100.00% |
📢 Thoughts on this report? Let us know!.
bdraco commented Sep 14, 2023
src/zeroconf/_services/browser.py
Show resolved
Hide resolved
src/zeroconf/_services/browser.py Show resolved Hide resolved
bdraco commented Sep 14, 2023
src/zeroconf/_services/browser.py
Show resolved
Hide resolved
src/zeroconf/_services/browser.py Show resolved Hide resolved
bdraco added 2 commits
September 13, 2023 19:12Copy link Copy Markdown
Member Author
Looks good on production
Still need to do a performance test but its was pretty clear async_update_records was where all the drag is/was
bdraco
marked this pull request as ready for review
bdraco
merged commit
4837876
into
master
bdraco
deleted the
browser
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