Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: improve performance of processing incoming records #1155

Merged
merged 5 commits into from Apr 7, 2023

Conversation

bdraco
Copy link
Member

@bdraco bdraco commented Apr 7, 2023

reduce DNSRRSet construction overhead

@codecov
Copy link

codecov bot commented Apr 7, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.03 🎉

Comparison is base (a3f970c) 99.77% compared to head (19a30e0) 99.81%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1155      +/-   ##
==========================================
+ Coverage   99.77%   99.81%   +0.03%     
==========================================
  Files          22       22              
  Lines        2654     2654              
  Branches      463      463              
==========================================
+ Hits         2648     2649       +1     
+ Misses          4        3       -1     
  Partials        2        2              
Impacted Files Coverage Δ
src/zeroconf/__init__.py 100.00% <100.00%> (ø)
src/zeroconf/_dns.py 100.00% <100.00%> (+0.41%) ⬆️
src/zeroconf/_handlers.py 100.00% <100.00%> (ø)
src/zeroconf/_protocol/incoming.py 98.87% <100.00%> (+0.01%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@bdraco bdraco changed the title feat: reduce DNSRRSet construction overhead feat: improve performance of processing incoming records Apr 7, 2023
@bdraco bdraco marked this pull request as ready for review April 7, 2023 00:45
@bdraco bdraco merged commit b65e279 into master Apr 7, 2023
30 checks passed
@bdraco bdraco deleted the dns_rrset_overhead branch April 7, 2023 00:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant