feat: small speed up to process incoming packets by bdraco · Pull Request #1309 · 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

Nov 12, 2023

edited

Loading

  • drop some kwargs to normal args that are always there now
  • add some typing for the fast path

@codecov

Copy link Copy Markdown

codecov bot commented

Nov 12, 2023

edited

Loading

Codecov Report

All modified and coverable lines are covered by tests ✅

Files Coverage Δ
src/zeroconf/__init__.py 100.00% <100.00%> (ø)
src/zeroconf/_core.py 100.00% <ø> (ø)
src/zeroconf/_listener.py 100.00% <ø> (ø)

📢 Thoughts on this report? Let us know!

@bdraco bdraco marked this pull request as ready for review

November 12, 2023 18:32

@bdraco bdraco merged commit 56ef908 into master

Nov 12, 2023

@bdraco bdraco deleted the speed_up_incoming branch

November 12, 2023 18:32

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