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: speed up processing incoming records #1139

Conversation

bdraco
Copy link
Member

@bdraco bdraco commented Apr 1, 2023

We can use a normal set instead of a DNSRRSet for
for _async_mark_unique_cached_records_older_than_1s_to_expire

We can use a normal set instead of a DNSRRSet for
for _async_mark_unique_cached_records_older_than_1s_to_expire
@codecov-commenter
Copy link

codecov-commenter commented Apr 1, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: -0.04 ⚠️

Comparison is base (c4077dd) 99.80% compared to head (f3dd0de) 99.76%.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1139      +/-   ##
==========================================
- Coverage   99.80%   99.76%   -0.04%     
==========================================
  Files          22       22              
  Lines        2603     2603              
  Branches      456      456              
==========================================
- Hits         2598     2597       -1     
- Misses          3        4       +1     
  Partials        2        2              
Impacted Files Coverage Δ
src/zeroconf/_handlers.py 100.00% <100.00%> (ø)

... and 1 file with indirect coverage changes

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 merged commit 7246a34 into master Apr 1, 2023
28 checks passed
@bdraco bdraco deleted the use_normal_set_for_async_mark_unique_cached_records_older_than_1s_to_expire branch April 1, 2023 02:04
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

2 participants