feat: speed up incoming data parser by bdraco · Pull Request #1161 · python-zeroconf/python-zeroconf

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@bdraco

Copy link Copy Markdown

Member

@bdraco bdraco commented

Apr 23, 2023

This is roughly a 4.5% speed up against the incoming benchmark

This is roughly a 4.5% speed up against the incoming benchmark

@codecov

Copy link Copy Markdown

codecov bot commented

Apr 23, 2023

edited

Loading

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (70719dd) 99.81% compared to head (43b2cae) 99.81%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1161   +/-   ##
=======================================
  Coverage   99.81%   99.81%           
=======================================
  Files          22       22           
  Lines        2652     2657    +5     
  Branches      463      464    +1     
=======================================
+ Hits         2647     2652    +5     
  Misses          3        3           
  Partials        2        2           
Impacted Files Coverage Δ
src/zeroconf/_dns.py 100.00% <100.00%> (ø)
src/zeroconf/_protocol/incoming.py 98.88% <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

Copy link Copy Markdown

Member Author

bdraco commented

Apr 23, 2023

tested on a few production systems 👍

@bdraco bdraco merged commit cb4c3b2 into master

Apr 23, 2023

@bdraco bdraco deleted the parser_speed branch

April 23, 2023 18:38

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant

@bdraco