Skip to content

Conversation

@tatsuhiro-t
Copy link
Contributor

Adopt ngtcp2_conn_get_stream_user_data which has been available since ngtcp2 v1.17.0. This improves the time complexity of searching h3_stream_ctx from O(n) to O(1) where n is the number of stream.

Adopt ngtcp2_conn_get_stream_user_data which has been available since
ngtcp2 v1.17.0.  This improves the time complexity of searching
h3_stream_ctx from O(n) to O(1) where n is the number of stream.
@github-actions github-actions bot added the HTTP/3 h3 or quic related label Oct 19, 2025
@bagder
Copy link
Member

bagder commented Oct 19, 2025

Nice!

@bagder bagder closed this in e079846 Oct 19, 2025
@bagder
Copy link
Member

bagder commented Oct 19, 2025

Thanks!

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