feat: speed up record updates by bdraco · Pull Request #1301 · 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
Conversation
Copy link Copy Markdown
Member
- adds more cython types
- convert
RecordUpdateto a base class since NamedTuple has the unfortunate side effect of running a lambda on creation which can't be optimized away
bdraco added 2 commits
November 8, 2023 03:45Copy link Copy Markdown
Codecov Report
All modified and coverable lines are covered by tests ✅
| Files | Coverage Δ | |
|---|---|---|
| src/zeroconf/__init__.py | 100.00% <100.00%> (ø) |
|
| src/zeroconf/_handlers/query_handler.py | 100.00% <100.00%> (ø) |
|
| src/zeroconf/_record_update.py | 100.00% <100.00%> (ø) |
|
| src/zeroconf/_services/browser.py | 99.23% <100.00%> (+<0.01%) |
⬆️ |
| src/zeroconf/_services/info.py | 100.00% <100.00%> (ø) |
|
| src/zeroconf/_updates.py | 100.00% <100.00%> (ø) |
... and 1 file with indirect coverage changes
📢 Thoughts on this report? Let us know!
bdraco added 3 commits
November 8, 2023 03:53
bdraco
marked this pull request as ready for review
bdraco
merged commit
d2af6a0
into
master
bdraco
deleted the
record_update
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