Skip to content

feat: speed up the service registry with a cython pxd#1226

Merged
bdraco merged 1 commit into
masterfrom
registry_cython
Aug 22, 2023
Merged

feat: speed up the service registry with a cython pxd#1226
bdraco merged 1 commit into
masterfrom
registry_cython

Conversation

@bdraco

@bdraco bdraco commented Aug 22, 2023

Copy link
Copy Markdown
Member

If the user has a lot of HAP/homekit bridges we can end up with a massive amount of lookups.

@codecov

codecov Bot commented Aug 22, 2023

Copy link
Copy Markdown

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (1492e41) 99.82% compared to head (212029e) 99.82%.
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1226   +/-   ##
=======================================
  Coverage   99.82%   99.82%           
=======================================
  Files          25       25           
  Lines        2790     2793    +3     
  Branches      479      480    +1     
=======================================
+ Hits         2785     2788    +3     
  Misses          3        3           
  Partials        2        2           
Files Changed Coverage Δ
src/zeroconf/__init__.py 100.00% <100.00%> (ø)
src/zeroconf/_services/registry.py 100.00% <100.00%> (ø)

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

@bdraco bdraco marked this pull request as ready for review August 22, 2023 14:45
@bdraco bdraco merged commit 47d3c7a into master Aug 22, 2023
@bdraco bdraco deleted the registry_cython branch August 22, 2023 14:46
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