You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Hangleton (via GitHub)" <gi...@apache.org> on 2023/02/28 10:49:10 UTC

[GitHub] [kafka] Hangleton commented on pull request #13312: KAFKA-14766: Improve performance of VarInt encoding and decoding

Hangleton commented on PR #13312:
URL: https://github.com/apache/kafka/pull/13312#issuecomment-1447962623

   Thanks for the PR. It is interesting that unrolling the loop while keeping the same underlying logic yields this increase in throughput for writing varints. A few questions:
   
   - What CPU architectures have this been tested on? 
   - Do we have any data on how these gains translate in latency reduction with real requests from canonical workloads?


-- 
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: jira-unsubscribe@kafka.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org