feat: improve dns cache performance by bdraco · Pull Request #1172 · 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
bdraco commented May 9, 2023
src/zeroconf/_cache.pxd
Outdated
Show resolved
Hide resolved
src/zeroconf/_cache.pxd Outdated Show resolved Hide resolved
Copy link Copy Markdown
Codecov Report
Patch coverage: 100.00% and no project coverage change.
Comparison is base (
963d022) 99.81% compared to head (4b9e3ed) 99.81%.
Additional details and impacted files
@@ Coverage Diff @@ ## master #1172 +/- ## ======================================= Coverage 99.81% 99.81% ======================================= Files 22 22 Lines 2673 2676 +3 Branches 465 466 +1 ======================================= + Hits 2668 2671 +3 Misses 3 3 Partials 2 2
| Impacted Files | Coverage Δ | |
|---|---|---|
| src/zeroconf/__init__.py | 100.00% <100.00%> (ø) |
|
| src/zeroconf/_cache.py | 100.00% <100.00%> (ø) |
☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.
bdraco
force-pushed
the
cache_speed
branch
from
00d706e to
4b9e3ed
Compare
Copy link Copy Markdown
Member Author
bdraco
commented
May 9, 2023
bdraco commented
May 9, 2023strange that making async_all_by_details a cpdef causes a seg fault
bdraco
marked this pull request as ready for review
bdraco
merged commit
bb496a1
into
master
bdraco
deleted the
cache_speed
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