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

quiche: do not iterate over multi handles #16607

Closed
wants to merge 1 commit into from

Conversation

icing
Copy link
Contributor

@icing icing commented Mar 7, 2025

Quiche needs to find easy handles to events. Do this by iterating over the filters stream hash and lookup the easy handle on a match.

This O(streams-in-filter) vs O(all easy handles), at least once we fix the multi lookup to use a hash.

Quiche needs to find easy handles to events. Do this by iterating
over the filters stream hash and lookup the easy handle on a match.

This O(+streams-in-filter) vs O(all easy handles), at least once
we fix the multi lookup to use a hash.
@github-actions github-actions bot added the HTTP/3 h3 or quic related label Mar 7, 2025
@icing icing requested a review from bagder March 7, 2025 11:22
@bagder bagder closed this in 646ffb5 Mar 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
HTTP/3 h3 or quic related
Development

Successfully merging this pull request may close these issues.

2 participants