smjn opened a new pull request, #18090:
URL: https://github.com/apache/kafka/pull/18090

   * The state batch combiner algorithm prunes and merges state batches in the 
current state and incoming RPC requests.
   * During profiling a simple data structure change showed great promise.
   * This PR incorporates the change (ArrayList<> -> LinkedList<>).
   
   **Before**
   ![Screenshot 2024-12-07 at 1 46 29 
PM](https://github.com/user-attachments/assets/0ca5d7c8-0c7e-44c3-8dd7-eb5f6268b4f8)
   
   **After**
   ![Screenshot 2024-12-07 at 1 47 24 
PM](https://github.com/user-attachments/assets/382c340d-9d53-467c-b147-35cfc720cba5)
    


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to