Skip to content

feat: speed up processing incoming records#1216

Merged
bdraco merged 5 commits into
masterfrom
incoming_records
Aug 13, 2023
Merged

feat: speed up processing incoming records#1216
bdraco merged 5 commits into
masterfrom
incoming_records

Conversation

@bdraco

@bdraco bdraco commented Aug 13, 2023

Copy link
Copy Markdown
Member

add cython def for set_created_ttl which is also called from reset_ttl
add cython def for get_remaining_ttl

add cython defs for set_created_ttl and reset_ttl
@codecov

codecov Bot commented Aug 13, 2023

Copy link
Copy Markdown

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (0094e26) 99.78% compared to head (4a16180) 99.78%.
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1216   +/-   ##
=======================================
  Coverage   99.78%   99.78%           
=======================================
  Files          22       22           
  Lines        2757     2761    +4     
  Branches      480      480           
=======================================
+ Hits         2751     2755    +4     
  Misses          3        3           
  Partials        3        3           
Files Changed Coverage Δ
src/zeroconf/__init__.py 100.00% <100.00%> (ø)
src/zeroconf/_dns.py 100.00% <100.00%> (ø)
src/zeroconf/_handlers.py 100.00% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

bdraco added 3 commits August 13, 2023 15:31
add cython defs for set_created_ttl and reset_ttl
add cython defs for set_created_ttl and reset_ttl
Comment thread src/zeroconf/_dns.pxd Outdated
@bdraco bdraco marked this pull request as ready for review August 13, 2023 21:03
@bdraco bdraco merged commit aff625d into master Aug 13, 2023
@bdraco bdraco deleted the incoming_records branch August 13, 2023 21:03
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.

1 participant