Skip to content

HTTP/1.x pipelining performance testing #5530

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

Closed
wants to merge 20 commits into from
Closed

HTTP/1.x pipelining performance testing #5530

wants to merge 20 commits into from

Conversation

vietj
Copy link
Member

@vietj vietj commented Mar 24, 2025

  • immutable response headers
    • API
    • rendition caching
  • inlining
  • lazy create request inbound message queue
  • more inlining
  • request headers reuse connection header constant
  • ChannelPromise implementation piggy backing to a Vert.x future
  • event-loop strict mode
  • remove HeadersMultimap dummy head node
  • investigate using duplicate instead of slice in Buffer#getByteBuf()
  • avoid duplicating context

@vietj vietj force-pushed the pt-tfb branch 3 times, most recently from 14ab4ff to ddc59ff Compare March 24, 2025 16:35
@vietj vietj force-pushed the pt-tfb branch 4 times, most recently from f64c50e to 666713a Compare March 26, 2025 18:57
@vietj vietj added this to the 5.0.0 milestone Mar 27, 2025
@vietj
Copy link
Member Author

vietj commented Apr 2, 2025

Closing, most improvements have been done separately in master, there are a few potential improvements though like duplicated context reuse

@vietj vietj closed this Apr 2, 2025
@vietj vietj removed this from the 5.0.0 milestone Apr 2, 2025
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