feat: small speed up to process incoming packets by bdraco · Pull Request #1309 · 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: small speed up to process incoming packets#1309
feat: small speed up to process incoming packets#1309
Conversation
Copy link Copy Markdown
Member
- drop some kwargs to normal args that are always there now
- add some typing for the fast path
Copy 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/_core.py | 100.00% <ø> (ø) |
|
| src/zeroconf/_listener.py | 100.00% <ø> (ø) |
📢 Thoughts on this report? Let us know!
bdraco
marked this pull request as ready for review
bdraco
merged commit
56ef908
into
master
bdraco
deleted the
speed_up_incoming
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