feat: small speed up to constructing outgoing packets by bdraco · Pull Request #1354 · python-zeroconf/python-zeroconf

Conversation

@bdraco

Some of the functions that return None in outgoing where missing void types so they would end up having to do ref counting

@codecov

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (9eac0a1) 99.75% compared to head (6c7d093) 99.75%.
Report is 2 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1354      +/-   ##
==========================================
- Coverage   99.75%   99.75%   -0.01%     
==========================================
  Files          30       30              
  Lines        3243     3238       -5     
  Branches      536      536              
==========================================
- Hits         3235     3230       -5     
  Misses          5        5              
  Partials        3        3              

☔ 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

December 19, 2023 08:29

@bdraco bdraco deleted the outgoing_speed_up2 branch

December 19, 2023 08:29

1 participant

@bdraco