Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: avoid _interleave_addrinfos when there is only a single addr_info #29

Merged
merged 1 commit into from
Dec 12, 2023

Conversation

bdraco
Copy link
Member

@bdraco bdraco commented Dec 12, 2023

This is a small performance improvement. We already avoid happy eyeballs when there is only a single one, and we can avoid interleave as well

This is a small performance improvement. We already avoid
happy eyeballs when there is only a single one, and we can
avoid interleave as well
Copy link

codecov bot commented Dec 12, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (adbc8ad) 100.00% compared to head (0e774ae) 100.00%.
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main       #29   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            4         4           
  Lines          150       151    +1     
  Branches        41        41           
=========================================
+ Hits           150       151    +1     

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

@bdraco bdraco merged commit 305f6f1 into main Dec 12, 2023
20 checks passed
@bdraco bdraco deleted the no_int branch December 12, 2023 06: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