feat: avoid python float conversion in listener hot path by bdraco · Pull Request #1245 · 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: avoid python float conversion in listener hot path#1245
feat: avoid python float conversion in listener hot path#1245
Conversation
Copy link Copy Markdown
Member
There were quite a few float to pyfloat conversion that can be avoided by adding cdefs
bdraco added 3 commits
September 1, 2023 19:09Copy link Copy Markdown
Codecov Report
Patch coverage is 100.00% of modified lines.
| Files Changed | Coverage |
|---|---|
| src/zeroconf/_listener.py | 100.00% |
📢 Thoughts on this report? Let us know!.
bdraco added 4 commits
September 1, 2023 19:16
bdraco
marked this pull request as ready for review
bdraco
merged commit
816ad4d
into
master
bdraco
deleted the
patch__MAX_MSG_ABSOLUTE
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