Skip to content

Conversation

@kohsuke
Copy link
Contributor

@kohsuke kohsuke commented Dec 29, 2025

The current fix involves buffering the entire request payload on the server side, which adds latency where it counts the most.

This change moves the sorting logic to the client side, thus allowing end-to-end streaming processing, thereby achieving the most efficient memory use and latency possible.

The current fix involves buffering the entire request payload on the
server side, which adds latency where it counts the most.

This change moves the sorting logic to the client side, thus allowing
end-to-end streaming processing, thereby achieving the most efficient
memory use and latency possible.
@kohsuke kohsuke requested a review from Konboi December 29, 2025 22:53
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.

2 participants