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

Updated Vertx Cats WebSocket #3573

Merged
merged 2 commits into from
Mar 12, 2024
Merged

Updated Vertx Cats WebSocket #3573

merged 2 commits into from
Mar 12, 2024

Conversation

DybekK
Copy link
Contributor

@DybekK DybekK commented Mar 6, 2024

This PR resolves #3539. fs2.Channel is used for more efficient stream merging, outperforming the previous Stream#mergeHaltL and Stream#parJoin methods.

Here is the latency overhead before and after:

image

@kciesielski kciesielski linked an issue Mar 11, 2024 that may be closed by this pull request
@DybekK DybekK marked this pull request as ready for review March 11, 2024 16:32
@DybekK DybekK requested a review from kciesielski March 11, 2024 16:32
@DybekK DybekK merged commit bd97fe2 into master Mar 12, 2024
28 checks passed
@DybekK DybekK deleted the vertx-websocket branch March 12, 2024 09:55
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.

Vert.X: improve WebSocket performance
2 participants